From e9ffd89a1720a0c1a3f9f340f3b0e00cd7d63b6e Mon Sep 17 00:00:00 2001 From: nathan Date: Fri, 24 Apr 2026 13:36:55 -0400 Subject: [PATCH] chore: restore healthcheck configuration for zipline-db service in compose.yaml --- nodes/heimdall/zipline/compose.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/nodes/heimdall/zipline/compose.yaml b/nodes/heimdall/zipline/compose.yaml index 5ee2caa..5e0c7dd 100644 --- a/nodes/heimdall/zipline/compose.yaml +++ b/nodes/heimdall/zipline/compose.yaml @@ -13,11 +13,11 @@ services: POSTGRES_DB: ${POSTGRESQL_DB:-zipline} volumes: - /mnt/appdata/zipline/data/pgdata:/var/lib/postgresql/data - # healthcheck: - # test: ['CMD', 'pg_isready', '-U', 'zipline'] - # interval: 10s - # timeout: 5s - # retries: 5 + healthcheck: + test: ['CMD', 'pg_isready', '-U', 'zipline'] + interval: 10s + timeout: 5s + retries: 5 zipline: image: ghcr.io/diced/zipline