Add default password to DB

This commit is contained in:
aignatov-bio 2020-02-19 09:54:40 +01:00
parent c2050a8500
commit 0d584c29f5

View file

@ -7,6 +7,8 @@ services:
- scinote_development_postgres:/var/lib/postgresql/data - scinote_development_postgres:/var/lib/postgresql/data
ports: ports:
- "5432:5432" - "5432:5432"
environment:
- "POSTGRES_PASSWORD=mysecretpassword"
web: web:
build: build: