Skip to content

Commit

Permalink
Merge pull request #18 from mapeveri/feat/fix-docker-compose
Browse files Browse the repository at this point in the history
Update docker-compose env variables
  • Loading branch information
mapeveri authored Nov 3, 2023
2 parents 17d6bd6 + 32c8678 commit da135df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ services:
image: postgres
environment:
POSTGRES_DB: ${POSTGRES_DATABASE}
POSTGRES_HOST: ${POSTGRES_HOST}
POSTGRES_USER: ${POSTGRES_USER}
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
PGDATA: /var/lib/postgresql/data/pgdata
Expand Down

0 comments on commit da135df

Please sign in to comment.