This commit is contained in:
Philip Cheung 2024-10-07 21:19:38 +08:00
parent 0c1b08f657
commit 3697b84396
1 changed files with 2 additions and 2 deletions

View File

@ -44,8 +44,6 @@ services:
- default
depends_on:
- db
volumes:
- ./backend/static/:/static
env_file:
- .env
environment:
@ -66,6 +64,8 @@ services:
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD?Variable not set}
- SENTRY_DSN=${SENTRY_DSN}
volumes:
- ./backend/static/:/static
build:
context: ./backend
args: