Ready for testing on live server...
This commit is contained in:
@@ -24,7 +24,6 @@ AE_DB_SERVER=linode.oneskyit.com
|
|||||||
AE_DB_PORT=3306
|
AE_DB_PORT=3306
|
||||||
AE_DB_NAME=aether_dev
|
AE_DB_NAME=aether_dev
|
||||||
# AE_DB_USERNAME=osit_aether
|
# AE_DB_USERNAME=osit_aether
|
||||||
AE_DB_USERNAME=onesky_aether
|
|
||||||
AE_DB_PASSWORD="the password with $$ escape"
|
AE_DB_PASSWORD="the password with $$ escape"
|
||||||
|
|
||||||
## Aether Redis access and use
|
## Aether Redis access and use
|
||||||
|
|||||||
@@ -16,10 +16,10 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "${OSIT_WEB_HTTP_PORT}:80"
|
- "${OSIT_WEB_HTTP_PORT}:80"
|
||||||
- "${OSIT_WEB_HTTPS_PORT}:443"
|
- "${OSIT_WEB_HTTPS_PORT}:443"
|
||||||
- "80:80"
|
# - "80:80"
|
||||||
- "443:443"
|
# - "443:443"
|
||||||
- "8181:80"
|
# - "8181:80"
|
||||||
- "8443:443"
|
# - "8443:443"
|
||||||
# networks:
|
# networks:
|
||||||
# - local-net
|
# - local-net
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user