This repository was archived by the owner on Oct 6, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
codex-processes-ap1-docker-test-setup Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ services:
6666
6767
6868 dic-fhir :
69- image : ghcr.io/highmed/fhir:0.6.0
69+ image : ghcr.io/highmed/fhir:0.7.0-RC1
7070 restart : " no"
7171 ports :
7272 - 127.0.0.1:5000:5000
@@ -113,7 +113,7 @@ services:
113113 - db
114114 - proxy
115115 dic-bpe :
116- image : ghcr.io/highmed/bpe:0.6.0
116+ image : ghcr.io/highmed/bpe:0.7.0-RC1
117117 restart : " no"
118118 ports :
119119 - 127.0.0.1:5003:5003
@@ -201,7 +201,7 @@ services:
201201
202202
203203 gth-fhir :
204- image : ghcr.io/highmed/fhir:0.6.0
204+ image : ghcr.io/highmed/fhir:0.7.0-RC1
205205 restart : " no"
206206 ports :
207207 - 127.0.0.1:5001:5001
@@ -248,7 +248,7 @@ services:
248248 - db
249249 - proxy
250250 gth-bpe :
251- image : ghcr.io/highmed/bpe:0.6.0
251+ image : ghcr.io/highmed/bpe:0.7.0-RC1
252252 restart : " no"
253253 ports :
254254 - 127.0.0.1:5004:5004
@@ -305,7 +305,7 @@ services:
305305
306306
307307 crr-fhir :
308- image : ghcr.io/highmed/fhir:0.6.0
308+ image : ghcr.io/highmed/fhir:0.7.0-RC1
309309 restart : " no"
310310 ports :
311311 - 127.0.0.1:5002:5002
@@ -352,7 +352,7 @@ services:
352352 - db
353353 - proxy
354354 crr-bpe :
355- image : ghcr.io/highmed/bpe:0.6.0
355+ image : ghcr.io/highmed/bpe:0.7.0-RC1
356356 restart : " no"
357357 ports :
358358 - 127.0.0.1:5005:5005
Original file line number Diff line number Diff line change 1919
2020 <main .basedir>${project.basedir} </main .basedir>
2121 <hapi .version>5.1.0</hapi .version>
22- <dsf .version>0.7.0-SNAPSHOT </dsf .version>
22+ <dsf .version>0.7.0-RC1 </dsf .version>
2323 </properties >
2424
2525 <description >Business processes for the NUM CODEX project (AP1) as plugins for the HiGHmed Data Sharing Framework.</description >
You can’t perform that action at this time.
0 commit comments