We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efc641f commit 7c93a7eCopy full SHA for 7c93a7e
docker-compose.yaml
@@ -16,7 +16,7 @@ services:
16
build: .
17
command: tail -f /dev/null
18
environment:
19
- - SQLALCHEMY_TEST_DATABASE_URI=postgres://postgres:postgres@postgres:5432/task_list_api_test
+ - SQLALCHEMY_TEST_DATABASE_URI=postgresql+psycopg2://postgres:postgres@localhost:5432/task_list_api_test
20
- NODE_ENV=test
21
depends_on:
22
postgres:
0 commit comments