Skip to content

Commit

Permalink
Make PG user in container match prod properties
Browse files Browse the repository at this point in the history
  • Loading branch information
wwerner committed Oct 19, 2019
1 parent 3ba58f2 commit 9e8275e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ services:
ports:
- '5432:5432'
environment:
POSTGRES_USER: vlingo_schemata
POSTGRES_DB: vlingo_schemata
POSTGRES_USER: vlingo_test
POSTGRES_PASSWORD: vlingo123

volumes:
Expand Down

0 comments on commit 9e8275e

Please sign in to comment.