Now with more .env vars!

This commit is contained in:
Scott Idem
2023-09-08 15:24:48 -04:00
parent e8e7fc2383
commit 8bf5b49552
2 changed files with 5 additions and 3 deletions

View File

@@ -230,7 +230,7 @@ services:
ports:
# host to image
# default port is 6379
- "6389:6379"
- "${AE_REDIS_PORT}:6379"
aether_api_gunicorn:
restart: always
@@ -242,7 +242,7 @@ services:
env_file:
- ./.env
ports:
- "5065:5005"
- "${AE_API_GUNICORN_PORT}:5005"
# expose:
# - 5005
# networks:
@@ -323,7 +323,7 @@ services:
env_file:
- ./.env
ports:
- "5055:5005"
- "${AE_APP_GUNICORN_PORT}:5005"
# expose:
# - 5005
# networks: