mirror of https://github.com/samply/bridgehead.git
Comment on export and report volumes
This commit is contained in:
parent
238556e3fe
commit
fc676dd44b
|
@ -20,6 +20,12 @@ 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"
|
||||
|
||||
|
@ -46,6 +52,12 @@ services:
|
|||
EXPORTER_URL: "http://exporter:8092"
|
||||
LOG_FHIR_VALIDATION: "false"
|
||||
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:
|
||||
# - "bridgehead-reporter:/app/reports"
|
||||
labels:
|
||||
|
|
Loading…
Reference in New Issue