We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f468e76 commit 6a36034Copy full SHA for 6a36034
.github/workflows/script-integration-test/docker-compose.yml
@@ -1,7 +1,7 @@
1
services:
2
source-fhir-server:
3
container_name: source-fhir-server
4
- image: samply/blaze:1.0
+ image: samply/blaze:1.0@sha256:43adac716f62d8535615b68a63ce91d288470ad1e39a96453771ac11eb6d5635
5
environment:
6
BASE_URL: http://source-fhir-server:8080
7
LOG_LEVEL: debug
@@ -17,7 +17,7 @@ services:
17
18
target-fhir-server:
19
container_name: target-fhir-server
20
21
22
BASE_URL: http://target-fhir-server:8080
23
0 commit comments