Change back to full path to host filesystem after mounting volume

This commit is contained in:
2024-03-21 18:36:22 +00:00
parent c929744f0e
commit 1295e4f76d

View File

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