mirror of https://github.com/samply/bridgehead.git
Comment on export and report volumes
This commit is contained in:
parent
de0193b99b
commit
3fdda8b8d4
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue