From a42d4a1b8fc186911b90af7ab103967cd9f2075f Mon Sep 17 00:00:00 2001 From: juarez Date: Fri, 11 Aug 2023 15:23:45 +0200 Subject: [PATCH] Bugfix: exporter --- ccp/modules/exporter-compose.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/ccp/modules/exporter-compose.yml b/ccp/modules/exporter-compose.yml index 5b52269..392ff18 100644 --- a/ccp/modules/exporter-compose.yml +++ b/ccp/modules/exporter-compose.yml @@ -21,11 +21,10 @@ services: - "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. - - + # 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"