Replaced PG variables in docker-compose with the correct ones (#968)

This commit is contained in:
Ahmad Farhat 2020-02-28 14:45:44 -05:00 committed by GitHub
parent edcda54f89
commit 0092a28bec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions

View File

@ -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