From 1fe5cda5f4ce29c13898ab61ecc3867eea65da00 Mon Sep 17 00:00:00 2001 From: CJ_Clippy Date: Thu, 9 Oct 2025 08:11:13 -0800 Subject: [PATCH] add healthcheck to pgadmin --- services/our/compose.production.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/services/our/compose.production.yaml b/services/our/compose.production.yaml index b19ac65..7bb990b 100644 --- a/services/our/compose.production.yaml +++ b/services/our/compose.production.yaml @@ -71,6 +71,10 @@ services: PGADMIN_LISTEN_ADDRESS: "0.0.0.0" PGADMIN_LISTEN_PORT: 5050 PGADMIN_DISABLE_POSTFIX: 1 + healthcheck: + test: ["CMD", "nc", "-z", "127.0.0.1", "5050"] + interval: 5s + retries: 10 tailscale-pgadmin: image: tailscale/tailscale:latest