From 1c76819412e6566f30685a6aa7db00fdff89a095 Mon Sep 17 00:00:00 2001 From: nathan Date: Fri, 24 Apr 2026 13:35:31 -0400 Subject: [PATCH] chore: comment out healthcheck sections for zipline-db and zipline services in compose.yaml --- nodes/heimdall/zipline/compose.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/nodes/heimdall/zipline/compose.yaml b/nodes/heimdall/zipline/compose.yaml index 1786daf..5ee2caa 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 @@ -43,11 +43,11 @@ services: - "traefik.http.routers.zipline.tls=true" - "traefik.http.routers.zipline.tls.certresolver=cloudflare" - "traefik.http.services.zipline.loadbalancer.server.port=3000" - healthcheck: - test: ["CMD-SHELL", "curl -f http://localhost:3000/api/healthcheck || exit 1"] - interval: 10s - timeout: 5s - retries: 3 + # healthcheck: + # test: ["CMD-SHELL", "curl -f http://localhost:3000/api/healthcheck || exit 1"] + # interval: 10s + # timeout: 5s + # retries: 3 networks: proxy-net: