We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ca8b6e commit 202c436Copy full SHA for 202c436
compose.yaml
@@ -1,6 +1,6 @@
1
services:
2
sdc:
3
- image: bedasoftware/fhir-sdc:1.0.0a12
+ image: bedasoftware/fhir-sdc:1.0.0a13
4
depends_on:
5
devbox-healthcheck:
6
condition: service_healthy
infra/helm/ph-core-emr/values.yaml
@@ -15,7 +15,7 @@ converter:
15
# envVar: APP_SECRET # uniq string that will be used to identify requests from the app
16
17
image: bedasoftware/fhir-sdc
18
- tag: 1.0.0a12
+ tag: 1.0.0a13
19
aidbox_init_url: http://aidbox:8080 # service that expose aidbox
20
app_url: http://sdc:8081
21
secrets:
0 commit comments