-
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 #414 from Websoft9/ruixian_1805
Ruixian 1805
- Loading branch information
Showing
15 changed files
with
94 additions
and
81 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,15 +1,23 @@ | ||
W9_POWER_PASSWO=1PrMxExC45Ls3T | ||
|
||
W9_NAME=teleport | ||
W9_ID=teleport | ||
W9_REPO=public.ecr.aws/gravitational/teleport | ||
|
||
# get version from: https://gallery.ecr.aws/gravitational/teleport | ||
W9_VERSION=14-amd64 | ||
|
||
# port, W9_PORT is need at leaset | ||
W9_HTTP_PORT=9001 | ||
#### -- Not allowed to edit below environments when recreate app based on existing data -- #### | ||
W9_HTTP_PORT=3080 | ||
W9_HTTP_PORT_SET=9001 | ||
W9_3023_PORT=3023 | ||
W9_3023_PORT_SET=3023 | ||
W9_3025_PORT=3025 | ||
W9_3025_PORT_SET=3025 | ||
|
||
W9_NETWORK=websoft9 | ||
W9_USER=admin | ||
W9_PASSWORD=$W9_POWER_PASSWO | ||
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,7 +1,15 @@ | ||
W9_VERSION=2.11.1-jupyter | ||
W9_HTTP_PORT=9001 | ||
W9_ID=tensorflow | ||
|
||
W9_REPO=tensorflow/tensorflow | ||
#### -- Not allowed to edit below environments when recreate app based on existing data -- #### | ||
W9_HTTP_PORT=8888 | ||
W9_GUI_PORT=6006 | ||
W9_NAME=tensorflow | ||
W9_HTTP_PORT_SET=9001 | ||
W9_GUI_PORT_SET=6006 | ||
|
||
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,10 +1,18 @@ | ||
# version tags refer to: https://registry.hub.docker.com/r/theiaide/theia | ||
W9_POWER_PASSWO=UGz0IARz117ssO% | ||
W9_VERSION=latest | ||
W9_HTTP_PORT=9001 | ||
W9_CONTAINER_NAME=theia | ||
|
||
W9_REPO=theiaide/theia | ||
#### -- Not allowed to edit below environments when recreate app based on existing data -- #### | ||
W9_HTTP_PORT=3000 | ||
W9_HTTP_PORT_SET=9001 | ||
|
||
W9_NETWORK=websoft9 | ||
W9_URL=appname.example.com | ||
W9_DIST=community | ||
W9_DB_EXPOSE="mysql" | ||
#### --------------------------------------------------------------------------------------- #### | ||
|
||
VOLUMES_PATH_PREFIX=./volumes | ||
DOMAIN=theia.example.com | ||
EMAIL=[email protected] | ||
EMAIL=[email protected] |
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,15 +1,31 @@ | ||
W9_NAME=thingsboard | ||
W9_ID=thingsboard | ||
W9_REPO=thingsboard/tb-postgres | ||
W9_VERSION=latest | ||
|
||
W9_HTTP_PORT=9009 | ||
#### -- Not allowed to edit below environments when recreate app based on existing data -- #### | ||
W9_HTTP_PORT=9090 | ||
W9_HTTP_PORT_SET=9009 | ||
|
||
W9_MQTT_PORT=1883 | ||
W9_MQTT_PORT_SET=1883 | ||
|
||
W9_RPC_PORT=7070 | ||
W9_RPC_PORT_SET=7070 | ||
|
||
W9_UDP_PORT=5683-5688 | ||
W9_KAFKA_PORT=9093 | ||
W9_UDP_PORT_SET=5683-5688 | ||
|
||
W9_KAFKA_PORT=9092 | ||
W9_KAFKA_PORT_SET=9093 | ||
|
||
W9_ZK_PORT=2181 | ||
W9_ZK_PORT_SET=2181 | ||
|
||
|
||
|
||
W9_NETWORK=websoft9 | ||
W9_USER=[email protected] | ||
W9_PASSWORD=sysadmin | ||
|
||
W9_NETWORK=websoft9 | ||
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,5 +1,13 @@ | ||
W9_VERSION=2.7 | ||
W9_ID=traefik | ||
|
||
W9_REPO=traefik | ||
#### -- Not allowed to edit below environments when recreate app based on existing data -- #### | ||
W9_WEB_PORT=80 | ||
W9_WEB_PORT_SET=80 | ||
W9_DASHBOARD_PORT=8080 | ||
W9_NAME=traefik | ||
W9_DASHBOARD_PORT_SET=8080 | ||
|
||
W9_NETWORK=websoft9 | ||
W9_URL_REPLACE=false | ||
#### --------------------------------------------------------------------------------------- #### |
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