mirror of https://github.com/samply/bridgehead.git
Add site to exporter and reporter
This commit is contained in:
parent
8345a9b1f1
commit
5b88df4912
|
@ -11,6 +11,7 @@ services:
|
|||
EXPORTER_DB_PASSWORD: "${EXPORTER_DB_PASSWORD}" # Set in exporter-setup.sh
|
||||
EXPORTER_DB_URL: "jdbc:postgresql://exporter-db:5432/exporter"
|
||||
HTTP_RELATIVE_PATH: "/ccp-exporter"
|
||||
SITE: "${SITE_ID}"
|
||||
HTTP_SERVLET_REQUEST_SCHEME: "https"
|
||||
OPAL_ADMINISTRATOR_PASSWORD: "${LDM_PASSWORD}"
|
||||
labels:
|
||||
|
@ -47,6 +48,7 @@ services:
|
|||
LOG_LEVEL: "INFO"
|
||||
CROSS_ORIGINS: "https://${HOST}"
|
||||
HTTP_RELATIVE_PATH: "/ccp-reporter"
|
||||
SITE: "${SITE_ID}"
|
||||
EXPORTER_API_KEY: "${EXPORTER_API_KEY}" # Set in exporter-setup.sh
|
||||
EXPORTER_URL: "http://exporter:8092"
|
||||
LOG_FHIR_VALIDATION: "false"
|
||||
|
|
Loading…
Reference in New Issue