File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
.github/workflows/script-integration-test Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
services :
2
2
source-fhir-server :
3
3
container_name : source-fhir-server
4
- image : samply/blaze:1.1@sha256:00fc421c1e252726083db4b91b65ed59b7f3711398de9b3a5efbe291e38130a3
4
+ image : samply/blaze:1.1@sha256:af980162fea1c1047ffab1e51400c7a8bbe4d61d6669de0ed915198280d46878
5
5
environment :
6
6
BASE_URL : http://source-fhir-server:8080
7
7
LOG_LEVEL : debug
@@ -17,7 +17,7 @@ services:
17
17
18
18
target-fhir-server :
19
19
container_name : target-fhir-server
20
- image : samply/blaze:1.1@sha256:00fc421c1e252726083db4b91b65ed59b7f3711398de9b3a5efbe291e38130a3
20
+ image : samply/blaze:1.1@sha256:af980162fea1c1047ffab1e51400c7a8bbe4d61d6669de0ed915198280d46878
21
21
environment :
22
22
BASE_URL : http://target-fhir-server:8080
23
23
LOG_LEVEL : debug
Original file line number Diff line number Diff line change 1
1
services :
2
2
torch-data-store :
3
- image : " samply/blaze:1.1@sha256:00fc421c1e252726083db4b91b65ed59b7f3711398de9b3a5efbe291e38130a3 "
3
+ image : " samply/blaze:1.1@sha256:af980162fea1c1047ffab1e51400c7a8bbe4d61d6669de0ed915198280d46878 "
4
4
environment :
5
5
BASE_URL : ${TORCH_DATA_STORE_BASE_URL:-http://torch-data-store:8080}
6
6
JAVA_TOOL_OPTIONS : " -Xmx2g"
You can’t perform that action at this time.
0 commit comments