@@ -37,7 +37,7 @@ services:
3737 image : postgres:13
3838 restart : on-failure
3939 healthcheck :
40- test : [ "CMD-SHELL", "pg_isready -U postgres -d postgres" ]
40+ test : [ "CMD-SHELL", "pg_isready -U liquibase_user -d postgres" ]
4141 interval : 10s
4242 timeout : 5s
4343 retries : 5
@@ -66,7 +66,7 @@ services:
6666
6767
6868 dic-fhir :
69- image : ghcr.io/highmed/fhir:0.5.1
69+ image : ghcr.io/highmed/fhir:0.6.0
7070 restart : on-failure
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.5.1
116+ image : ghcr.io/highmed/bpe:0.6.0
117117 restart : on-failure
118118 ports :
119119 - 127.0.0.1:5003:5003
@@ -194,7 +194,7 @@ services:
194194
195195
196196 gth-fhir :
197- image : ghcr.io/highmed/fhir:0.5.1
197+ image : ghcr.io/highmed/fhir:0.6.0
198198 restart : on-failure
199199 ports :
200200 - 127.0.0.1:5001:5001
@@ -241,7 +241,7 @@ services:
241241 - db
242242 - proxy
243243 gth-bpe :
244- image : ghcr.io/highmed/bpe:0.5.1
244+ image : ghcr.io/highmed/bpe:0.6.0
245245 restart : on-failure
246246 ports :
247247 - 127.0.0.1:5004:5004
@@ -298,7 +298,7 @@ services:
298298
299299
300300 crr-fhir :
301- image : ghcr.io/highmed/fhir:0.5.1
301+ image : ghcr.io/highmed/fhir:0.6.0
302302 restart : on-failure
303303 ports :
304304 - 127.0.0.1:5002:5002
@@ -345,7 +345,7 @@ services:
345345 - db
346346 - proxy
347347 crr-bpe :
348- image : ghcr.io/highmed/bpe:0.5.1
348+ image : ghcr.io/highmed/bpe:0.6.0
349349 restart : on-failure
350350 ports :
351351 - 127.0.0.1:5005:5005
@@ -404,7 +404,7 @@ services:
404404 - crr-fhir
405405 # - crr-fhir-bridge not defining a dependency here, crr-fhir-bridge* needs to be started manually
406406 crr-ehrbase-db :
407- image : ehrbase/ehrbase-postgres:latest
407+ image : ehrbase/ehrbase-postgres
408408 networks :
409409 - crr-ehrbase-network
410410 environment :
@@ -414,7 +414,7 @@ services:
414414 EHRBASE_PASSWORD : ehrbase
415415 TZ : Europe/Berlin
416416 crr-ehrbase :
417- image : ehrbase/ehrbase:next
417+ image : ehrbase/ehrbase
418418 networks :
419419 - crr-ehrbase-network
420420 environment :
@@ -428,22 +428,23 @@ services:
428428 SECURITY_AUTHADMINPASSWORD : mySuperAwesomePassword123
429429 SYSTEM_NAME : local.ehrbase.org
430430 ADMIN_API_ACTIVE : ' true'
431+ # SERVER_DISABLESTRICTVALIDATION: 'true'
431432 TZ : Europe/Berlin
432433 depends_on :
433434 - crr-ehrbase-db
434435 crr-fhir-bridge :
435- image : ehrbase/fhir-bridge:1.2.1
436+ image : ehrbase/fhir-bridge
436437 ports :
437438 - 127.0.0.1:8888:8888
438439 - 127.0.0.1:5006:5006
439440 networks :
440441 - crr-ehrbase-network
441442 - crr-bpe-backend
442443 environment :
443- FHIR_BRIDGE_EHRBASE_BASE_URL : http://crr-ehrbase:8080/ehrbase/rest/openehr/v1/
444+ FHIR_BRIDGE_EHRBASE_BASE_URL : http://crr-ehrbase:8080/ehrbase/
444445 FHIR_BRIDGE_FHIR_VALIDATION_OPTIONAL_IDENTIFIER : ' true'
445446 TZ : Europe/Berlin
446- # SPRING_PROFILES_ACTIVE: dev
447+ # SPRING_PROFILES_ACTIVE: dev
447448 JAVA_TOOL_OPTIONS : -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5006
448449 depends_on :
449450 - crr-ehrbase
@@ -459,7 +460,7 @@ secrets:
459460
460461 db_liquibase.password :
461462 file : ./secrets/db_liquibase.password
462-
463+
463464 db_dic_fhir_user.password :
464465 file : ./secrets/db_dic_fhir_user.password
465466 db_dic_fhir_user_permanent_delete.password :
@@ -519,7 +520,7 @@ networks:
519520 ipam :
520521 driver : default
521522 config :
522- - subnet : 172.20.0.64/28
523+ - subnet : 172.20.0.64/28
523524 dic-fhir-backend :
524525 dic-bpe-frontend :
525526 dic-bpe-backend :
@@ -528,7 +529,7 @@ networks:
528529 ipam :
529530 driver : default
530531 config :
531- - subnet : 172.20.0.80/28
532+ - subnet : 172.20.0.80/28
532533 gth-fhir-backend :
533534 gth-bpe-frontend :
534535 gth-bpe-backend :
@@ -537,7 +538,7 @@ networks:
537538 ipam :
538539 driver : default
539540 config :
540- - subnet : 172.20.0.96/28
541+ - subnet : 172.20.0.96/28
541542 crr-fhir-backend :
542543 crr-bpe-frontend :
543544 crr-bpe-backend :
@@ -546,4 +547,4 @@ networks:
546547
547548volumes :
548549 db-data :
549- name : db-data
550+ name : db-data-codex-dsf-processes
0 commit comments