Skip to content

Commit

Permalink
Add test db in envs
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksymilian-Plywaczyk committed Oct 24, 2023
1 parent 868e581 commit 3059d6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test-docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ services:
POSTGRES_SERVER: postgres
POSTGRES_USER: ${POSTGRES_USER}
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
POSTGRES_TEST_DB: ${POSTGRES_TEST_DB}
PGDATA: /data/
LANG: en_US.utf8 # Set the desired locale
volumes:
Expand All @@ -23,6 +24,7 @@ services:
POSTGRES_SERVER: postgres
POSTGRES_TEST_USER: ${POSTGRES_USER}
POSTGRES_TEST_PASSWORD: ${POSTGRES_PASSWORD}
POSTGRES_TEST_DB: ${POSTGRES_TEST_DB}
ports:
- "8000:8000"
depends_on:
Expand Down

0 comments on commit 3059d6d

Please sign in to comment.