Ready for testing on live server...

This commit is contained in:
Scott Idem
2023-02-23 16:22:17 -05:00
parent e78b13602b
commit ce3e57f87e
2 changed files with 4 additions and 5 deletions

View File

@@ -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

View File

@@ -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: