diff --git a/compose.yaml b/compose.yaml index b4adb27..020abb7 100644 --- a/compose.yaml +++ b/compose.yaml @@ -33,7 +33,7 @@ services: env_file: - ./env/sdc-ide sdc: - image: bedasoftware/fhir-sdc:master + image: bedasoftware/fhir-sdc:develop depends_on: devbox-healthcheck: condition: service_healthy diff --git a/env/sdc b/env/sdc index d7c2efc..07e849f 100644 --- a/env/sdc +++ b/env/sdc @@ -10,5 +10,5 @@ AIO_PORT=8081 AIO_HOST=0.0.0.0 CREATE_MANIFEST_ATTRS="False" - FHIRPATH_MAPPING_SERVICE=http://fhirpath_mapping:8090/parse-template +JUTE_SERVICE=http://jute:8090/parse-template