Skip to content

Commit

Permalink
Add postgres server
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksymilian-Plywaczyk committed Oct 24, 2023
1 parent 30f1c56 commit 868e581
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test-docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ services:
container_name: postgres
restart: always
environment:
POSTGRES_SERVER: postgres
POSTGRES_USER: ${POSTGRES_USER}
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
PGDATA: /data/
Expand Down

0 comments on commit 868e581

Please sign in to comment.