-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f7d78e7
commit 94c9a7b
Showing
6 changed files
with
11 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
#### --------------------------------------------------------------------------------------- #### |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
"dist": "community", | ||
"version": [ | ||
"3.12-management", | ||
"latest" | ||
"management" | ||
] | ||
} | ||
], | ||
|