This commit is contained in:
Scott Idem
2024-02-14 18:54:15 -05:00
parent f171d314f2
commit b87fd7f200

View File

@@ -229,10 +229,10 @@ services:
restart: always restart: always
container_name: ${CONTAINER_REDIS} container_name: ${CONTAINER_REDIS}
image: redis image: redis
ports: # ports:
# host to image # # host to image
# default port is 6379 # # default port is 6379
# - "${AE_REDIS_PORT}:6379" # - "${AE_REDIS_PORT}:6379"
aether_api_gunicorn: aether_api_gunicorn:
restart: always restart: always