Skip to content

Commit

Permalink
Fix DEBUG env variable in test docker compose setup
Browse files Browse the repository at this point in the history
  • Loading branch information
adeveloper-wq committed Aug 2, 2024
1 parent cd7d1a1 commit 321d8ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
- pg_data:/var/lib/postgresql/data
environment:
- DJANGO_SUPERUSER_PASSWORD=secret
- DJANGO_DEBUG_MODE=True
- DEBUG=True
- FCM_PUSH_NOTIFICATION_ENVIRONMENT=dev
- WORKER_HOST=worker
- SYNC_KEY=secret
Expand All @@ -34,7 +34,7 @@ services:
volumes:
- ./:/code
environment:
- DJANGO_DEBUG_MODE=True
- DEBUG=True
- WORKER_MODE=True
- MANAGER_HOST=manager
- SYNC_KEY=secret
Expand Down

0 comments on commit 321d8ad

Please sign in to comment.