Skip to content

Commit

Permalink
shl-creator compose config fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellrgn authored and mcjustin committed Oct 18, 2024
1 parent 55b1969 commit fa00391
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,10 @@ services:
- fhir-internal

shl-creator:
image: ghcr.io/uwcirg/shl-creator:${SHL_CREATOR_IMAGE_TAG:-latest}
image: ghcr.io/uwcirg/shl-ips:${SHL_CREATOR_IMAGE_TAG:-latest}
environment:
VITE_API_BASE: https://shl-server.${BASE_DOMAIN}/api
VITE_INTERMEDIATE_FHIR_SERVER_BASE: https://fhir.${BASE_DOMAIN}/fhir/
VITE_BACK_URL: https://${BASE_DOMAIN}/pro_reports/clinic_report_inform
VITE_SOF_ISS: https://fhir-auth.${BASE_DOMAIN}/fhir
VITE_OIDC_SERVER_BASE: https://keycloak.${BASE_DOMAIN}
Expand Down

0 comments on commit fa00391

Please sign in to comment.