Use database password in Docker Compose environment
Addresses docker-library/postgres#681.
This commit is contained in:
parent
e6f3aa559e
commit
38b6486550
3 changed files with 3 additions and 1 deletions
|
|
@ -5,6 +5,7 @@ services:
|
|||
image: postgres
|
||||
environment:
|
||||
PGDATA: /var/lib/postgresql/data/pgdata
|
||||
POSTGRES_PASSWORD: $OSEM_DB_PASSWORD
|
||||
osem:
|
||||
build:
|
||||
context: .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue