@@ -77,6 +77,8 @@ services:
7777 dic-bpe-app :
7878 image : ghcr.io/highmed/bpe:0.4.0
7979 restart : on-failure
80+ ports :
81+ - 127.0.0.1:5003:5003
8082 volumes :
8183 - type : bind
8284 source : ./dic/bpe/app/conf
@@ -98,6 +100,7 @@ services:
98100 target : /opt/bpe/last_event
99101 environment :
100102 TZ : Europe/Berlin
103+ EXTRA_JVM_ARGS : -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5003
101104 networks :
102105 dic-bpe-frontend :
103106 dic-bpe-backend :
@@ -189,6 +192,8 @@ services:
189192 gth-bpe-app :
190193 image : ghcr.io/highmed/bpe:0.4.0
191194 restart : on-failure
195+ ports :
196+ - 127.0.0.1:5004:5004
192197 volumes :
193198 - type : bind
194199 source : ./gth/bpe/app/conf
@@ -210,7 +215,7 @@ services:
210215 target : /opt/bpe/last_event
211216 environment :
212217 TZ : Europe/Berlin
213- EXTRA_JVM_ARGS : -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005
218+ EXTRA_JVM_ARGS : -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5004
214219 networks :
215220 gth-bpe-frontend :
216221 gth-bpe-backend :
@@ -302,6 +307,8 @@ services:
302307 crr-bpe-app :
303308 image : ghcr.io/highmed/bpe:0.4.0
304309 restart : on-failure
310+ ports :
311+ - 127.0.0.1:5005:5005
305312 volumes :
306313 - type : bind
307314 source : ./crr/bpe/app/conf
@@ -323,6 +330,7 @@ services:
323330 target : /opt/bpe/last_event
324331 environment :
325332 TZ : Europe/Berlin
333+ EXTRA_JVM_ARGS : -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005
326334 networks :
327335 crr-bpe-frontend :
328336 crr-bpe-backend :
0 commit comments