mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-26 17:51:13 +08:00
Add default password to DB
This commit is contained in:
parent
c2050a8500
commit
0d584c29f5
1 changed files with 2 additions and 0 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue