diff --git a/nodes/heimdall/zipline/compose.yaml b/nodes/heimdall/zipline/compose.yaml index 6e532c7..96c6680 100644 --- a/nodes/heimdall/zipline/compose.yaml +++ b/nodes/heimdall/zipline/compose.yaml @@ -43,12 +43,16 @@ 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', 'wget', '-q', '--spider', 'http://localhost:3000/api/healthcheck'] + # interval: 15s + # timeout: 2s + # retries: 2 healthcheck: - test: ['CMD', 'wget', '-q', '--spider', 'http://localhost:3000/api/healthcheck'] - interval: 15s - timeout: 2s - retries: 2 + test: ["CMD", "nc", "-z", "localhost", "3000"] + interval: 10s + timeout: 5s + retries: 3 networks: proxy-net: