Add http scheme to exporter

This commit is contained in:
juarez 2023-07-18 10:54:24 +02:00
parent c003999721
commit 36ac8d41c8
1 changed files with 5 additions and 4 deletions

View File

@ -49,6 +49,7 @@ services:
EXPORTER_API_KEY: "${EXPORTER_API_KEY}"
EXPORTER_URL: "http://exporter:8092"
LOG_FHIR_VALIDATION: "false"
HTTP_SERVLET_REQUEST_SCHEME: "https"
# volumes:
# - "bridgehead-reporter:/app/reports"
labels: