forked from External/greenlight
Replaced PG variables in docker-compose with the correct ones (#968)
This commit is contained in:
parent
edcda54f89
commit
0092a28bec
|
@ -30,7 +30,6 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- ./db/production:/var/lib/postgresql/data
|
- ./db/production:/var/lib/postgresql/data
|
||||||
environment:
|
environment:
|
||||||
- PGHOST=postgres
|
- POSTGRES_DB=postgres
|
||||||
- PGDATABASE=postgres
|
- POSTGRES_USER=postgres
|
||||||
- PGUSER=postgres
|
- POSTGRES_PASSWORD=password
|
||||||
- PGPASSWORD=password
|
|
||||||
|
|
Loading…
Reference in New Issue