refactor: Changed Paths for persistent Data

This commit is contained in:
Torben Brenner
2023-01-17 08:56:02 +01:00
parent 4efe356005
commit 1c3fa4fa3f
6 changed files with 19 additions and 22 deletions

View File

@ -71,6 +71,6 @@ services:
POSTGRES_DB: "mainzelliste"
POSTGRES_PASSWORD: ${PATIENTLIST_POSTGRES_PASSWORD}
volumes:
- "/var/data/bridgehead/patientlist:/var/lib/postgresql/data"
# NOTE: Add backups here. This is only imported if /var/data/bridgehead/patientlist/ is empty!!!
- "/var/lib/bridgehead/data/patientlist:/var/lib/postgresql/data"
# NOTE: Add backups here. This is only imported if /var/lib/bridgehead/data/patientlist/ is empty!!!
- "/tmp/bridgehead/patientlist/:/docker-entrypoint-initdb.d/"