Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Commit 230d193

Browse files
committed
adding jvm debug configs for dsf fhir servers
1 parent d4e98f1 commit 230d193

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

codex-processes-ap1-docker-test-setup/docker-compose.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ services:
6868
dic-fhir:
6969
image: ghcr.io/highmed/fhir:0.5.0
7070
restart: on-failure
71+
ports:
72+
- 127.0.0.1:5000:5000
7173
secrets:
7274
- db_liquibase.password
7375
- db_dic_fhir_user.password
@@ -85,6 +87,7 @@ services:
8587
target: /opt/fhir/log
8688
environment:
8789
TZ: Europe/Berlin
90+
EXTRA_JVM_ARGS: -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5000
8891
ORG_HIGHMED_DSF_FHIR_DB_LIQUIBASE_PASSWORD_FILE: /run/secrets/db_liquibase.password
8992
ORG_HIGHMED_DSF_FHIR_DB_USER_PASSWORD_FILE: /run/secrets/db_dic_fhir_user.password
9093
ORG_HIGHMED_DSF_FHIR_DB_USER_PERMANENT_DELETE_PASSWORD_FILE: /run/secrets/db_dic_fhir_user_permanent_delete.password
@@ -193,6 +196,8 @@ services:
193196
gth-fhir:
194197
image: ghcr.io/highmed/fhir:0.5.0
195198
restart: on-failure
199+
ports:
200+
- 127.0.0.1:5001:5001
196201
secrets:
197202
- db_liquibase.password
198203
- db_gth_fhir_user.password
@@ -210,6 +215,7 @@ services:
210215
target: /opt/fhir/log
211216
environment:
212217
TZ: Europe/Berlin
218+
EXTRA_JVM_ARGS: -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5001
213219
ORG_HIGHMED_DSF_FHIR_DB_LIQUIBASE_PASSWORD_FILE: /run/secrets/db_liquibase.password
214220
ORG_HIGHMED_DSF_FHIR_DB_USER_PASSWORD_FILE: /run/secrets/db_gth_fhir_user.password
215221
ORG_HIGHMED_DSF_FHIR_DB_USER_PERMANENT_DELETE_PASSWORD_FILE: /run/secrets/db_gth_fhir_user_permanent_delete.password
@@ -294,6 +300,8 @@ services:
294300
crr-fhir:
295301
image: ghcr.io/highmed/fhir:0.5.0
296302
restart: on-failure
303+
ports:
304+
- 127.0.0.1:5002:5002
297305
secrets:
298306
- db_liquibase.password
299307
- db_crr_fhir_user.password
@@ -311,6 +319,7 @@ services:
311319
target: /opt/fhir/log
312320
environment:
313321
TZ: Europe/Berlin
322+
EXTRA_JVM_ARGS: -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5002
314323
ORG_HIGHMED_DSF_FHIR_DB_LIQUIBASE_PASSWORD_FILE: /run/secrets/db_liquibase.password
315324
ORG_HIGHMED_DSF_FHIR_DB_USER_PASSWORD_FILE: /run/secrets/db_crr_fhir_user.password
316325
ORG_HIGHMED_DSF_FHIR_DB_USER_PERMANENT_DELETE_PASSWORD_FILE: /run/secrets/db_crr_fhir_user_permanent_delete.password

0 commit comments

Comments
 (0)