add healthcheck to pgadmin
Some checks are pending
fp/our CI/CD / build (push) Waiting to run
ci / test (push) Waiting to run

This commit is contained in:
CJ_Clippy 2025-10-09 08:11:13 -08:00
parent 5a7c1782f7
commit 1fe5cda5f4

View File

@ -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