From 76d05a2d3b7c692e68a2477b06cb82a2eed817c6 Mon Sep 17 00:00:00 2001 From: lablans Date: Fri, 15 Sep 2023 08:11:40 +0000 Subject: [PATCH] Cache opal in /var/cache/bridgehead --- ccp/modules/datashield-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ccp/modules/datashield-compose.yml b/ccp/modules/datashield-compose.yml index cb322cb..7ddc55c 100644 --- a/ccp/modules/datashield-compose.yml +++ b/ccp/modules/datashield-compose.yml @@ -62,8 +62,8 @@ services: 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" + volumes: + - "/var/cache/bridgehead/opal-db:/var/lib/postgresql/data" opal-rserver: container_name: bridgehead-opal-rserver