@@ -5,7 +5,7 @@ services:
55 image : haproxy:2.3
66 restart : on-failure
77 ports :
8- - 443:443
8+ - 127.0.0.1: 443:443
99 volumes :
1010 - type : bind
1111 source : ./ingress/conf
@@ -55,8 +55,6 @@ services:
5555 dic-fhir-db :
5656 image : postgres:13
5757 restart : on-failure
58- ports :
59- - 5432:5432
6058 healthcheck :
6159 test : [ "CMD-SHELL", "pg_isready -U liquibase_user -d fhir" ]
6260 interval : 10s
@@ -142,7 +140,7 @@ services:
142140 APP_SERVER_IP : gth-fhir-app
143141 networks :
144142 internet :
145- ipv4_address : 172.10.0.5
143+ ipv4_address : 172.10.0.4
146144 aliases :
147145 - gth
148146 gth-fhir-frontend :
@@ -169,8 +167,6 @@ services:
169167 gth-fhir-db :
170168 image : postgres:13
171169 restart : on-failure
172- ports :
173- - 5432:5432
174170 healthcheck :
175171 test : [ "CMD-SHELL", "pg_isready -U liquibase_user -d fhir" ]
176172 interval : 10s
@@ -193,8 +189,6 @@ services:
193189 gth-bpe-app :
194190 image : ghcr.io/highmed/bpe:0.4.0
195191 restart : on-failure
196- ports :
197- - 5005:5005
198192 volumes :
199193 - type : bind
200194 source : ./gth/bpe/app/conf
@@ -221,7 +215,7 @@ services:
221215 gth-bpe-frontend :
222216 gth-bpe-backend :
223217 internet :
224- ipv4_address : 172.10.0.105
218+ ipv4_address : 172.10.0.104
225219 depends_on :
226220 - gth-bpe-db
227221 - gth-fhir-proxy
@@ -259,7 +253,7 @@ services:
259253 APP_SERVER_IP : crr-fhir-app
260254 networks :
261255 internet :
262- ipv4_address : 172.10.0.3
256+ ipv4_address : 172.10.0.5
263257 aliases :
264258 - crr
265259 crr-fhir-frontend :
@@ -286,8 +280,6 @@ services:
286280 crr-fhir-db :
287281 image : postgres:13
288282 restart : on-failure
289- ports :
290- - 5432:5432
291283 healthcheck :
292284 test : [ "CMD-SHELL", "pg_isready -U liquibase_user -d fhir" ]
293285 interval : 10s
@@ -335,7 +327,7 @@ services:
335327 crr-bpe-frontend :
336328 crr-bpe-backend :
337329 internet :
338- ipv4_address : 172.10.0.103
330+ ipv4_address : 172.10.0.105
339331 depends_on :
340332 - crr-bpe-db
341333 - crr-fhir-proxy
0 commit comments