From 3827b3549cc12635906784114cb89c550039c752 Mon Sep 17 00:00:00 2001
From: juarez <d.juarez@dkfz-heidelberg.de>
Date: Mon, 14 Aug 2023 15:52:53 +0200
Subject: [PATCH] Add site to exporter and reporter

---
 ccp/modules/exporter-compose.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ccp/modules/exporter-compose.yml b/ccp/modules/exporter-compose.yml
index 392ff18..5134f66 100644
--- a/ccp/modules/exporter-compose.yml
+++ b/ccp/modules/exporter-compose.yml
@@ -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"