From 917afe615c0244eaed33ac4fdd018fcdaea7652e Mon Sep 17 00:00:00 2001 From: Yury Kossakovsky Date: Fri, 16 Jan 2026 20:15:03 -0700 Subject: [PATCH] fix(temporal): use container ip for healthcheck connection --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index c16901f..8f94112 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -781,7 +781,7 @@ services: postgres: condition: service_healthy healthcheck: - test: ["CMD-SHELL", "temporal operator cluster health | grep -q SERVING || exit 1"] + test: ["CMD-SHELL", "temporal operator cluster health --address $(hostname -i):7233 | grep -q SERVING || exit 1"] interval: 30s timeout: 10s retries: 5