Skip to content

Commit

Permalink
change test db url
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheila-nk committed Jun 13, 2024
1 parent 526d6bd commit f06f154
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ services:
ports:
- 8000:8000
environment:
- SQLALCHEMY_DATABASE_URI=postgresql://postgres:admin@database:5432/test_db
- DATABASE_URL=postgres://postgres:admin@database:5432/test_db
- AT_USERNAME=sandbox
- AT_API_KEY=${AT_API_KEY}
- AT_API_KEY=${AT_API_KEY}
- PORT=8000
depends_on:
- database

Expand Down

0 comments on commit f06f154

Please sign in to comment.