-
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
03e83f6
commit b7c4135
Showing
15 changed files
with
188 additions
and
132 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,18 +1,42 @@ | ||
APP_REPO=owncloud/server | ||
APP_DIST=community | ||
APP_VERSION=10.11 | ||
|
||
APP_ID=owncloud | ||
|
||
#### -- Not allowed to edit below environments when recreate app based on existing data -- #### | ||
|
||
POWER_PASSWORD=8dHZPFLFGoPXuC | ||
|
||
APP_VERSION=10.11 | ||
APP_HTTP_PORT=9001 | ||
# Environments which for user settings when create application | ||
APP_HTTP_PORT_SET=9001 | ||
|
||
APP_HTTP_PORT=8080 | ||
# Not need to add port for url | ||
APP_URL=Internet_IP:$APP_HTTP_PORT_SET | ||
APP_URL_REPLACE=true | ||
|
||
APP_USER=admin | ||
APP_PASSWORD=$POWER_PASSWORD | ||
APP_NAME=owncloud | ||
|
||
APP_DB_EXPOSE="mysql,redis" | ||
|
||
#### ----------------------------------------------------------------------------------------- #### | ||
|
||
APP_NETWORK=websoft9 | ||
APP_URL_REPLACE=true | ||
APP_NAME=owncloud | ||
|
||
# Not need to add port for url | ||
APP_URL=appname.example.com | ||
|
||
APP_DB_MYSQL_VERSION=5.7 | ||
APP_DB_MYSQL_PORT=3306 | ||
APP_DB_MYSQL_PASSWORD=$POWER_PASSWORD | ||
APP_DB_MYSQL_NAME=$APP_NAME | ||
APP_DB_MYSQL_USER=$APP_NAME | ||
#----------------- OWNCLOUD environment if you need ---------------------# | ||
OWNCLOUD_DOMAIN=$APP_URL | ||
OWNCLOUD_TRUSTED_DOMAINS=$APP_URL | ||
OWNCLOUD_DB_TYPE=mysql | ||
OWNCLOUD_DB_NAME=$APP_ID | ||
OWNCLOUD_DB_USERNAME=$APP_ID | ||
OWNCLOUD_DB_PASSWORD=$POWER_PASSWORD | ||
OWNCLOUD_DB_HOST=$APP_ID-mysql | ||
OWNCLOUD_ADMIN_USERNAME=$APP_USER | ||
OWNCLOUD_ADMIN_PASSWORD=$APP_PASSWORD | ||
OWNCLOUD_MYSQL_UTF8MB4=true | ||
OWNCLOUD_REDIS_ENABLED=true | ||
OWNCLOUD_REDIS_HOST=$APP_ID-redis |
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,31 @@ | ||
# default pgadmin user [email protected] ,passwd SuperSecret | ||
POWER_PASSWORD=uQ8E1wVTzG8SOk3! | ||
APP_REPO=dpage/pgadmin4 | ||
APP_DIST=community | ||
APP_VERSION=latest | ||
APP_HTTP_PORT=9090 | ||
APP_NAME=pgadmin | ||
|
||
APP_ID=pgadmin | ||
|
||
#### -- Not allowed to edit below environments when recreate app based on existing data -- #### | ||
|
||
POWER_PASSWORD=uQ8E1wVTzG8SOk3! | ||
|
||
# Environments which for user settings when create application | ||
APP_HTTP_PORT_SET=9090 | ||
|
||
# APP_HTTP_PORT or APP_HTTPS_PORT is need at leaset and used for proxy for web application | ||
APP_HTTP_PORT=80 | ||
APP_URL=internet_ip:$APP_HTTP_PORT_SET | ||
|
||
# default pgadmin user [email protected] ,passwd SuperSecret if not set | ||
APP_USER=[email protected] | ||
APP_PASSWORD=$POWER_PASSWORD | ||
|
||
#### ----------------------------------------------------------------------------------------- #### | ||
|
||
APP_NETWORK=websoft9 | ||
APP_URL_REPLACE=false | ||
APP_URL=appname.example.com | ||
APP_NAME=pgadmin | ||
|
||
|
||
#----------------- pgAdmin environment if you need ---------------------# | ||
PGADMIN_DEFAULT_EMAIL=$APP_USER | ||
PGADMIN_DEFAULT_PASSWORD=$APP_PASSWORD | ||
PGADMIN_LISTEN_ADDRESS=0.0.0.0 |
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,18 +1,31 @@ | ||
# PMA_HOSTS for multi instances, e.g - PMA_HOSTS=172.17.0.1, 172.17.0.2 | ||
APP_REPO=phpmyadmin | ||
APP_DIST=community | ||
APP_VERSION=latest | ||
|
||
APP_DB_MYSQL_PORT=3306 | ||
APP_ID=phpmyadmin | ||
|
||
APP_VERSION=latest | ||
APP_NAME=phpmyadmin | ||
APP_HTTP_PORT=9090 | ||
APP_UPLOAD_LIMIT=1000M | ||
APP_NETWORK=websoft9 | ||
#### -- Not allowed to edit below environments when recreate app based on existing data -- #### | ||
|
||
# Environments which for user settings when create application | ||
APP_HTTP_PORT_SET=9090 | ||
|
||
# APP_HTTP_PORT or APP_HTTPS_PORT is need at leaset and used for proxy for web application | ||
APP_HTTP_PORT=80 | ||
|
||
# URL, Only useful for proxy. it must use root url if you don't need to use subdirectory | ||
# subdirectory: http://phpmyadmin.example.com/phpmyadmin/ | ||
# root: http://appname.example.com | ||
APP_URL=http://appname.example.com | ||
APP_URL=internet_ip:$APP_HTTP_PORT_SET | ||
|
||
|
||
#### ----------------------------------------------------------------------------------------- #### | ||
|
||
APP_NETWORK=websoft9 | ||
APP_NAME=phpmyadmin | ||
|
||
# PMA_HOSTS for multi instances, e.g - PMA_HOSTS=172.17.0.1, 172.17.0.2 | ||
PMA_ARBITRARY=1 | ||
PMA_HOST=mysql | ||
PMA_PORT=3306 | ||
UPLOAD_LIMIT=1000M | ||
PMA_ABSOLUTE_URI=$APP_URL |
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,22 +1,37 @@ | ||
POWER_PASSWORD=uQ8E1wVTzG8SOk3! | ||
|
||
# version tags refer to: https://hub.docker.com/_/wordpress | ||
APP_NETWORK=websoft9 | ||
APP_REPO=wordpress | ||
APP_DIST=community | ||
APP_VERSION=latest | ||
|
||
APP_ID=wordpress | ||
APP_HTTP_PORT=80 | ||
APP_NAME=wordpress | ||
APP_DIST=community | ||
|
||
#### -- Not allowed to edit below environments when recreate app based on existing data -- #### | ||
|
||
POWER_PASSWORD=uQ8E1wVTzG8SOk3! | ||
|
||
# Environments which for user settings when create application | ||
APP_HTTP_PORT_SET=9001 | ||
|
||
APP_HTTP_PORT=80 | ||
#wordpress have write app_url to database | ||
APP_URL=appname.example.com | ||
APP_URL=Internet_IP:$APP_HTTP_PORT_SET | ||
APP_URL_REPLACE=true | ||
APP_ADMIN_PATH="/wp-admin" | ||
|
||
DOMAIN=wordpress.example.com | ||
EMAIL=[email protected] | ||
APP_DB_EXPOSE="mysql" | ||
|
||
#### ----------------------------------------------------------------------------------------- #### | ||
|
||
APP_NETWORK=websoft9 | ||
APP_NAME=wordpress | ||
|
||
|
||
# non-empty value will enable WP_DEBUG in wp-config.php | ||
# WORDPRESS_DEBUG=1 | ||
WORDPRESS_CONFIG_EXTRA=" define('WP_ALLOW_MULTISITE', true ); \n" | ||
WP_CLI_ALLOW_ROOT=1 | ||
PAGER=more | ||
WORDPRESS_DB_HOST=$APP_ID-db | ||
WORDPRESS_DB_USER=$APP_ID | ||
WORDPRESS_DB_PASSWORD=$POWER_PASSWORD | ||
WORDPRESS_DB_NAME=$APP_ID |
Oops, something went wrong.