From c33726d3855a0e696763180ea0ad132d9cf3c75b Mon Sep 17 00:00:00 2001 From: lablans Date: Fri, 15 Sep 2023 08:19:10 +0000 Subject: [PATCH] Exporter cache --- ccp/modules/exporter-compose.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/ccp/modules/exporter-compose.yml b/ccp/modules/exporter-compose.yml index 4bf6669..3b935f7 100644 --- a/ccp/modules/exporter-compose.yml +++ b/ccp/modules/exporter-compose.yml @@ -23,13 +23,8 @@ services: - "traefik.http.routers.exporter_ccp.tls=true" - "traefik.http.middlewares.exporter_ccp_strip.stripprefix.prefixes=/ccp-exporter" - "traefik.http.routers.exporter_ccp.middlewares=exporter_ccp_strip" - - # In this initial development state of the bridgehead, we are trying to have so many volumes as possible. - # However, in the first executions in the CCP sites, this volume seems to be very important. An export is - # a process that can take several hours. There is a risk that the bridgehead restarts, losing the already - # created export. This is specially notorious while creating a report. - # volumes: - # - "bridgehead-exporter:/app/exporter-files" + volumes: + - "/var/cache/bridgehead/exporter-files:/app/exporter-files" exporter-db: image: docker.verbis.dkfz.de/cache/postgres:15.1-alpine