Skip to content

Commit

Permalink
chore(localdev): Update docker-compose.yml so that admin works locall…
Browse files Browse the repository at this point in the history
…y out of the box
  • Loading branch information
vxsx committed Aug 15, 2024
1 parent 5bb2cd4 commit 74c3750
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ services:
- "./data:/data:rw"
environment:
DATABASE_URL: postgres://postgres@database_default:5432/db
DEBUG: 'True'
links:
- "database_default"
# The following command is used to start the local development server.
Expand Down

0 comments on commit 74c3750

Please sign in to comment.