Skip to content

Commit

Permalink
Update docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
arkid15r committed Sep 12, 2024
1 parent 69d6cb7 commit 1f313e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
poetry run python manage.py collectstatic --noinput &&
poetry run gunicorn wsgi:application --bind 0.0.0.0:8000
'
env_file: .env/backend.staging
env_file: .env/backend
depends_on:
db:
condition: service_healthy
Expand Down

0 comments on commit 1f313e1

Please sign in to comment.