mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-10 23:25:31 +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
|
image: postgres:11
|
||||||
volumes:
|
volumes:
|
||||||
- scinote_production_postgres:/var/lib/postgresql/data
|
- scinote_production_postgres:/var/lib/postgresql/data
|
||||||
|
ports:
|
||||||
|
- "5432:5432"
|
||||||
|
environment:
|
||||||
|
- "POSTGRES_USER=postgres"
|
||||||
|
- "POSTGRES_PASSWORD=mysecretpassword"
|
||||||
|
|
||||||
web:
|
web:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Add table
Reference in a new issue