From b36c9ae03e2c8ce982c52e38182ef4c0fcbd3daa Mon Sep 17 00:00:00 2001 From: Pierre Delpy <75260699+PierreDelpy@users.noreply.github.com> Date: Tue, 16 Jul 2024 10:49:23 +0200 Subject: [PATCH] Fix patientlisturl in obds2fhir-rest-compose.yml --- ccp/modules/obds2fhir-rest-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ccp/modules/obds2fhir-rest-compose.yml b/ccp/modules/obds2fhir-rest-compose.yml index 3f1b0e9..f201e23 100644 --- a/ccp/modules/obds2fhir-rest-compose.yml +++ b/ccp/modules/obds2fhir-rest-compose.yml @@ -9,7 +9,7 @@ services: MAINZELLISTE_APIKEY: ${IDMANAGER_LOCAL_PATIENTLIST_APIKEY} SALT: ${LOCAL_SALT} KEEP_INTERNAL_ID: ${KEEP_INTERNAL_ID:-false} - MAINZELLISTE_URL: ${PATIENTLIST_URL:-"http://patientlist:8080/patientlist"} + MAINZELLISTE_URL: ${PATIENTLIST_URL:-http://patientlist:8080/patientlist} restart: always labels: - "traefik.enable=true" @@ -17,4 +17,4 @@ services: - "traefik.http.middlewares.obds2fhir-rest_strip.stripprefix.prefixes=/obds2fhir-rest,/adt2fhir-rest" - "traefik.http.services.obds2fhir-rest.loadbalancer.server.port=8080" - "traefik.http.routers.obds2fhir-rest.tls=true" - - "traefik.http.routers.obds2fhir-rest.middlewares=obds2fhir-rest_strip,auth" \ No newline at end of file + - "traefik.http.routers.obds2fhir-rest.middlewares=obds2fhir-rest_strip,auth"