We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc69efa commit 0ca8b6eCopy full SHA for 0ca8b6e
compose.yaml
@@ -1,6 +1,6 @@
1
services:
2
sdc:
3
- image: bedasoftware/fhir-sdc:1.0.0a11
+ image: bedasoftware/fhir-sdc:1.0.0a12
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.0a11
+ tag: 1.0.0a12
19
aidbox_init_url: http://aidbox:8080 # service that expose aidbox
20
app_url: http://sdc:8081
21
secrets:
0 commit comments