Add missing PostgreSQL variables to the docker-compose.production.yml

This commit is contained in:
Joh Dokler 2021-04-20 10:29:31 +02:00 committed by miha
parent f23ff73610
commit 3e8db930c6

View file

@ -5,6 +5,11 @@ services:
image: postgres:11
volumes:
- scinote_production_postgres:/var/lib/postgresql/data
ports:
- "5432:5432"
environment:
- "POSTGRES_USER=postgres"
- "POSTGRES_PASSWORD=mysecretpassword"
web:
build: