Skip to content

Commit 7c93a7e

Browse files
committed
modify url for test db connection to localhost
1 parent efc641f commit 7c93a7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ services:
1616
build: .
1717
command: tail -f /dev/null
1818
environment:
19-
- SQLALCHEMY_TEST_DATABASE_URI=postgres://postgres:postgres@postgres:5432/task_list_api_test
19+
- SQLALCHEMY_TEST_DATABASE_URI=postgresql+psycopg2://postgres:postgres@localhost:5432/task_list_api_test
2020
- NODE_ENV=test
2121
depends_on:
2222
postgres:

0 commit comments

Comments
 (0)