diff --git a/.env.default b/.env.default index adc8e28..201b46b 100644 --- a/.env.default +++ b/.env.default @@ -24,7 +24,6 @@ AE_DB_SERVER=linode.oneskyit.com AE_DB_PORT=3306 AE_DB_NAME=aether_dev # AE_DB_USERNAME=osit_aether -AE_DB_USERNAME=onesky_aether AE_DB_PASSWORD="the password with $$ escape" ## Aether Redis access and use diff --git a/docker-compose.yml b/docker-compose.yml index ea814b4..2376f96 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -16,10 +16,10 @@ services: ports: - "${OSIT_WEB_HTTP_PORT}:80" - "${OSIT_WEB_HTTPS_PORT}:443" - - "80:80" - - "443:443" - - "8181:80" - - "8443:443" + # - "80:80" + # - "443:443" + # - "8181:80" + # - "8443:443" # networks: # - local-net volumes: