-
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.
Merge pull request #417 from Websoft9/ruixian_1505
Ruixian 1505
- Loading branch information
Showing
15 changed files
with
83 additions
and
86 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,12 +1,21 @@ | ||
# rabbitmq with gui version format is 3.9-management, latest is management | ||
W9_POWER_PASSWO=uQ8E1wVTzG8SOk3! | ||
W9_VERSION=3.12 | ||
W9_VERSION=3.12-management | ||
W9_ID=rabbitmq | ||
W9_REPO=rabbitmq | ||
#### -- 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_MQ_PORT_SET=5672 | ||
W9_ER_PORT_SET=4369 | ||
|
||
W9_USER=admin | ||
W9_PASSWORD=$W9_POWER_PASSWO | ||
W9_NAME=rabbitmq | ||
|
||
W9_NETWORK=websoft9 | ||
W9_URL_REPLACE=false | ||
W9_URL=appname.example.com | ||
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
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 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,11 +1,18 @@ | ||
# when the container start, redis.conf will take effect immediately. | ||
# more about configure, such as: auth password, you can refer to redis.conf. | ||
|
||
W9_REPO=redis | ||
W9_VERSION=7.0 | ||
W9_GUI_VERSION=latest | ||
W9_ID=redis | ||
|
||
#### -- Not allowed to edit below environments when recreate app based on existing data -- #### | ||
W9_DB_PORT=6379 | ||
W9_GUI_PORT=8001 | ||
W9_NAME=redis | ||
W9_DB_PORT_SET=6379 | ||
W9_GUI_PORT_SET=8001 | ||
|
||
W9_NETWORK=websoft9 | ||
W9_URL_REPLACE=false | ||
W9_URL=appname.example.com | ||
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
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 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,8 +1,15 @@ | ||
# version tags refer to: https://hub.docker.com/r/redislabs/redisinsight | ||
W9_POWER_PASSWO=UGz0IARz117ssO% | ||
W9_VERSION=latest | ||
W9_HTTP_PORT=9091 | ||
W9_NAME=redisinsight | ||
W9_ID=redisinsight | ||
|
||
W9_REPO=redislabs/redisinsight | ||
#### -- Not allowed to edit below environments when recreate app based on existing data -- #### | ||
W9_HTTP_PORT=8001 | ||
W9_HTTP_PORT_SET=9091 | ||
|
||
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
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 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,14 +1,18 @@ | ||
W9_POWER_PASSWO=uQ8E1wVTzG8SOk3! | ||
|
||
W9_HTTP_PORT=9001 | ||
W9_NAME=redmine | ||
W9_ID=redmine | ||
W9_USER=admin | ||
W9_PASSWORD=$W9_POWER_PASSWO | ||
W9_VERSION=5.0 | ||
|
||
W9_REPO=redmine | ||
#### -- Not allowed to edit below environments when recreate app based on existing data -- #### | ||
W9_HTTP_PORT=3000 | ||
W9_HTTP_PORT_SET=9001 | ||
|
||
W9_PASSWORD=$W9_POWER_PASSWO | ||
W9_NETWORK=websoft9 | ||
W9_URL_REPLACE=false | ||
W9_URL=appname.example.com | ||
W9_DB_MYSQL_VERSION=5.7 | ||
W9_DB_MYSQL_PORT=3306 | ||
W9_DB_MYSQL_PASSWORD=$W9_POWER_PASSWO | ||
W9_DB_MYSQL_NAME=$W9_NAME | ||
W9_DIST=community | ||
W9_DB_EXPOSE="mysql" | ||
#### --------------------------------------------------------------------------------------- #### |
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 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 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,9 +1,14 @@ | ||
W9_NAME=redpandaconsole | ||
W9_REPO=docker.redpanda.com/redpandadata/console | ||
W9_ID=redpandaconsole | ||
W9_VERSION=latest | ||
|
||
W9_REPO=docker.redpanda.com/redpandadata/console | ||
#### -- Not allowed to edit below environments when recreate app based on existing data -- #### | ||
W9_HTTP_PORT=3000 | ||
W9_HTTP_PORT_SET=3000 | ||
|
||
W9_NETWORK=websoft9 | ||
# port, W9_PORT is need at leaset | ||
W9_HTTP_PORT=9001 | ||
W9_DIST=community | ||
#### --------------------------------------------------------------------------------------- #### | ||
|
||
# This is kafka's port, it need otherwise, can not access UI | ||
KAFKA_BROKERS=host.docker.internal:9092 |
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 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