Add default postgres user to dev env

This commit is contained in:
aignatov-bio 2020-02-19 10:26:37 +01:00
parent ae3db4c1fd
commit e252b1e1de

View file

@ -8,6 +8,7 @@ services:
ports:
- "5432:5432"
environment:
- "POSTGRES_USER=postgres"
- "POSTGRES_PASSWORD=mysecretpassword"
web: