From 839e7a45183115d04d93d2eebc50c2972897ed1c Mon Sep 17 00:00:00 2001 From: juarez Date: Thu, 10 Aug 2023 20:54:15 +0200 Subject: [PATCH] Comment on datashield volume --- ccp/modules/datashield-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ccp/modules/datashield-compose.yml b/ccp/modules/datashield-compose.yml index 1e7341e..bd01070 100644 --- a/ccp/modules/datashield-compose.yml +++ b/ccp/modules/datashield-compose.yml @@ -58,6 +58,8 @@ services: POSTGRES_PASSWORD: "${OPAL_DB_PASSWORD}" # Set in datashield-setup.sh POSTGRES_USER: "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: # - "bridgehead-opal-db:/var/lib/postgresql/data"