mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-09 22:55:34 +08:00
Add missing PostgreSQL variables to the docker-compose.production.yml
This commit is contained in:
parent
f23ff73610
commit
3e8db930c6
1 changed files with 5 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue