Use stack.env at root of relative filesystem

This commit is contained in:
2024-03-21 18:30:15 +00:00
parent 635350f5ac
commit c929744f0e

View File

@@ -16,7 +16,7 @@ services:
#ports: #ports:
# - "8000:8000" # uwsgi socket # - "8000:8000" # uwsgi socket
env_file: env_file:
- /opt/containers/drugs/stack.env - /stack.env
# volumes_from: # volumes_from:
# - tmp # - tmp
depends_on: depends_on:
@@ -46,7 +46,7 @@ services:
# volumes_from: # volumes_from:
# - tmp # - tmp
env_file: env_file:
- /opt/containers/drugs/stack.env - /stack.env
collectstatic: collectstatic:
image: xf/drugs:prod image: xf/drugs:prod
@@ -63,7 +63,7 @@ services:
# volumes_from: # volumes_from:
# - tmp # - tmp
env_file: env_file:
- /opt/containers/drugs/stack.env - /stack.env
nginx: nginx:
image: nginx:latest image: nginx:latest