The Docker Compose seems to be working correctly now...
This commit is contained in:
11
.env.default
11
.env.default
@@ -9,10 +9,18 @@ OSIT_WEB_HTTPS_PORT=4443
|
|||||||
|
|
||||||
# For now this extra host variable is important for the AE Flask app to connect to the AE FastAPI API.
|
# For now this extra host variable is important for the AE Flask app to connect to the AE FastAPI API.
|
||||||
DOCKER_AE_APP_EXTRA_HOST=dev-api.oneskyit.com:192.168.32.20
|
DOCKER_AE_APP_EXTRA_HOST=dev-api.oneskyit.com:192.168.32.20
|
||||||
|
# DOCKER_AE_APP_EXTRA_HOST=default-api.oneskyit.com:104.237.143.4
|
||||||
|
|
||||||
|
# This is the server name for nginx for each of these sites.
|
||||||
|
# Only one server name per server_name in nginx with envsubst!!! A bug???
|
||||||
|
DOCKER_AE_API_SERVER_NAME=default-api.oneskyit.com
|
||||||
|
# DOCKER_AE_APP_SERVER_NAME=default-app.oneskyit.com
|
||||||
|
DOCKER_PHPMYADMIN_SERVER_NAME=default-phpmyadmin.oneskyit.com
|
||||||
|
DOCKER_OSIT_SERVER_NAME=default.oneskyit.com
|
||||||
|
|
||||||
# This needs to be updated for each client's subdomain.
|
# This needs to be updated for each client's subdomain.
|
||||||
# This is not currently working with the nginx Docker Compose. It uses envsubst with a template conf file.
|
# This is not currently working with the nginx Docker Compose. It uses envsubst with a template conf file.
|
||||||
OSIT_NGINX_SERVER_NAMES=flask_gunicorn.localhost,demo.localhost,dev.localhost,dev.oneskyit.com,dev-app.oneskyit.com,dev-connect.oneskyit.com,*.dev-connect.oneskyit.com,dev-demo.oneskyit.com,*.dev-demo.oneskyit.com,test-app.oneskyit.com
|
OSIT_NGINX_SERVER_NAMES=flask_gunicorn.localhost,demo.localhost,dev.localhost,dev.oneskyit.com,dev-app.oneskyit.com,dev-connect.oneskyit.com,*.dev-connect.oneskyit.com,dev-demo.oneskyit.com,*.dev-demo.oneskyit.com,test-app.oneskyit.com,default-app.oneskyit.com
|
||||||
|
|
||||||
|
|
||||||
# Aether general shared config options
|
# Aether general shared config options
|
||||||
@@ -23,6 +31,7 @@ AE_CFG_ID=0
|
|||||||
## Aether API access and use
|
## Aether API access and use
|
||||||
AE_API_PROTOCOL=https
|
AE_API_PROTOCOL=https
|
||||||
AE_API_SERVER=dev-api.oneskyit.com
|
AE_API_SERVER=dev-api.oneskyit.com
|
||||||
|
AE_API_SERVER_INTERNAL=test-api.oneskyit.com
|
||||||
AE_API_PORT=443
|
AE_API_PORT=443
|
||||||
AE_API_PATH=
|
AE_API_PATH=
|
||||||
AE_API_SECRET_KEY=the-secret-api-key
|
AE_API_SECRET_KEY=the-secret-api-key
|
||||||
|
|||||||
Reference in New Issue
Block a user