mirror of https://github.com/samply/bridgehead.git
Comment on datashield volume
This commit is contained in:
parent
fc676dd44b
commit
bc236c1154
|
@ -58,6 +58,8 @@ services:
|
||||||
POSTGRES_PASSWORD: "${OPAL_DB_PASSWORD}" # Set in datashield-setup.sh
|
POSTGRES_PASSWORD: "${OPAL_DB_PASSWORD}" # Set in datashield-setup.sh
|
||||||
POSTGRES_USER: "opal"
|
POSTGRES_USER: "opal"
|
||||||
POSTGRES_DB: "opal"
|
POSTGRES_DB: "opal"
|
||||||
|
# Please evaluate if this volume makes sense. An import can take several hours. If the bridgehead is restarted,
|
||||||
|
# the data should be reimported again.
|
||||||
# volumes:
|
# volumes:
|
||||||
# - "bridgehead-opal-db:/var/lib/postgresql/data"
|
# - "bridgehead-opal-db:/var/lib/postgresql/data"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue