Skip to content

Commit

Permalink
rabbitmq
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaofeng1227 committed Dec 27, 2023
1 parent f7d78e7 commit 94c9a7b
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 23 deletions.
15 changes: 6 additions & 9 deletions apps/rabbitmq/.env
Original file line number Diff line number Diff line change
@@ -1,21 +1,18 @@
# rabbitmq with gui version format is 3.9-management, latest is management
W9_POWER_PASSWORD=uQ8E1wVTzG8SOk3!
W9_VERSION=3.12-management
W9_ID=rabbitmq
W9_DIST=community
W9_REPO=rabbitmq

W9_POWER_PASSWORD=uQ8E1wVTzG8SOk3!
#### -- Not allowed to edit below environments when recreate app based on existing data -- ####
W9_GUI_PORT=15672
W9_MQ_PORT=5672
W9_ER_PORT=4369
W9_GUI_PORT_SET=15672
W9_ID=rabbitmq
W9_HTTP_PORT=15672
W9_HTTP_PORT_SET=15672
W9_MQ_PORT_SET=5672
W9_ER_PORT_SET=4369

W9_LOGIN_USER=admin
W9_LOGIN_PASSWORD=$W9_POWER_PASSWORD

W9_NETWORK=websoft9
W9_URL_REPLACE=false
W9_URL=appname.example.com
W9_DIST=community
#### --------------------------------------------------------------------------------------- ####
7 changes: 1 addition & 6 deletions apps/rabbitmq/Notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
## About

This repository is forked from ONLYOFFICE/Docker-CommunityServer, we have the following modifications are provided

* replace README.md
* add README-zh.md, CHANGELOG.md, Note.md, License.md, docker-compose.yml,.env, src, .github folder
## RabbitMQ
6 changes: 3 additions & 3 deletions apps/rabbitmq/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ services:
restart: unless-stopped
ports:
# EXPOSE 4369 5671 5672 15691 15692 25672
- '${W9_ER_PORT_SET}:${W9_ER_PORT}'
- '${W9_MQ_PORT_SET}:${W9_MQ_PORT}'
- '${W9_GUI_PORT_SET}:${W9_GUI_PORT}'
- ${W9_ER_PORT_SET}:4369
- ${W9_MQ_PORT_SET}:5672
- ${W9_HTTP_PORT_SET}:15672
env_file: .env
environment:
- RABBITMQ_DEFAULT_USER=${W9_LOGIN_USER}
Expand Down
1 change: 0 additions & 1 deletion apps/rabbitmq/src/after_up.sh

This file was deleted.

3 changes: 0 additions & 3 deletions apps/rabbitmq/src/filelist

This file was deleted.

2 changes: 1 addition & 1 deletion apps/rabbitmq/variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dist": "community",
"version": [
"3.12-management",
"latest"
"management"
]
}
],
Expand Down

0 comments on commit 94c9a7b

Please sign in to comment.