Comment on export and report volumes

This commit is contained in:
juarez 2023-08-10 20:52:34 +02:00
parent 5d8bec53c0
commit 6cfb42dc9b
1 changed files with 12 additions and 0 deletions

View File

@ -20,6 +20,12 @@ services:
- "traefik.http.routers.exporter_ccp.tls=true" - "traefik.http.routers.exporter_ccp.tls=true"
- "traefik.http.middlewares.exporter_ccp_strip.stripprefix.prefixes=/ccp-exporter" - "traefik.http.middlewares.exporter_ccp_strip.stripprefix.prefixes=/ccp-exporter"
- "traefik.http.routers.exporter_ccp.middlewares=exporter_ccp_strip" - "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: # volumes:
# - "bridgehead-exporter:/app/exporter-files" # - "bridgehead-exporter:/app/exporter-files"
@ -46,6 +52,12 @@ services:
EXPORTER_URL: "http://exporter:8092" EXPORTER_URL: "http://exporter:8092"
LOG_FHIR_VALIDATION: "false" LOG_FHIR_VALIDATION: "false"
HTTP_SERVLET_REQUEST_SCHEME: "https" HTTP_SERVLET_REQUEST_SCHEME: "https"
# 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. A report is
# a process that can take several hours, because it depends on the exporter.
# There is a risk that the bridgehead restarts, losing the already created export.
# volumes: # volumes:
# - "bridgehead-reporter:/app/reports" # - "bridgehead-reporter:/app/reports"
labels: labels: