Update docker-compose.yml

This commit is contained in:
Stephan Porada 2019-03-02 14:18:03 +01:00
parent 1022e04fb1
commit b0099e063a

View File

@ -15,9 +15,9 @@ services:
db: db:
image: postgres:11.2 image: postgres:11.2
environment: environment:
- POSTGRES_USER=postgresUser - POSTGRES_USER=databaseUserName
- POSTGRES_PASSWORD=postgres - POSTGRES_PASSWORD=totalSecurePassword
- POSTGRES_DB=bundesdataDB - POSTGRES_DB=databaseName
volumes: volumes:
- ./postgres_data:/var/lib/postgresql/data/ - ./postgres_data:/var/lib/postgresql/data/
nginx: nginx: