From ce3e57f87eeebf520e2afb4b7183d772e575323e Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Thu, 23 Feb 2023 16:22:17 -0500 Subject: [PATCH] Ready for testing on live server... --- .env.default | 1 - docker-compose.yml | 8 ++++---- 2 files changed, 4 insertions(+), 5 deletions(-) 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: