Skip to content

Commit

Permalink
corr: fix url do database
Browse files Browse the repository at this point in the history
  • Loading branch information
iagocpv committed Oct 30, 2024
1 parent 2f119ac commit 407493c
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 @@ -10,7 +10,7 @@ services:
- "8000:8000"
environment:
- DEBUG=True
- DATABASE_URL=postgres://postgres:fatec@db:5432:/tupan
- DATABASE_URL=postgres://postgres:fatec@db:5432/tupan
restart: always
db:
image: postgres
Expand Down

0 comments on commit 407493c

Please sign in to comment.