diff --git a/docker-compose-perf.yml b/docker-compose-perf.yml index ec7a25ee..9391fdc0 100644 --- a/docker-compose-perf.yml +++ b/docker-compose-perf.yml @@ -492,7 +492,7 @@ services: volumes: - ./docker/config-modifier:/opt/app/config-modifier healthcheck: - test: wget -q http://localhost:3002/health -O /dev/null || exit 1 + test: wget -q http://0.0.0.0:3002/health -O /dev/null || exit 1 timeout: 20s retries: 30 interval: 15s diff --git a/docker-compose.yml b/docker-compose.yml index 066dbfc0..787abc2f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -158,7 +158,7 @@ services: volumes: - ./docker/config-modifier:/opt/app/config-modifier healthcheck: - test: wget -q http://localhost:3002/health -O /dev/null || exit 1 + test: wget -q http://0.0.0.0:3002/health -O /dev/null || exit 1 timeout: 20s retries: 30 interval: 15s @@ -213,7 +213,7 @@ services: networks: - mojaloop-net healthcheck: - test: wget -q http://localhost:8444/health -O /dev/null || exit 1 + test: wget -q http://0.0.0.0:8444/health -O /dev/null || exit 1 timeout: 20s retries: 10 interval: 30s