Skip to content

Commit

Permalink
Changed compose for non production env and debug errors better
Browse files Browse the repository at this point in the history
  • Loading branch information
ruben69695 committed Jun 21, 2022
1 parent 61fa413 commit 70ff796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
- "8000:8000"
environment:
- DATABASE_URL=postgres://postgres:postgres@db:5432/postgres
- DEBUG=False
- DEBUG=True
- PGSSL=False
- SECRET_KEY=${DJANGO_SECRET_KEY}
depends_on:
Expand Down

0 comments on commit 70ff796

Please sign in to comment.