diff --git a/nodes/heimdall/zipline/compose.yaml b/nodes/heimdall/zipline/compose.yaml index 96c6680..1786daf 100644 --- a/nodes/heimdall/zipline/compose.yaml +++ b/nodes/heimdall/zipline/compose.yaml @@ -43,13 +43,8 @@ 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", "nc", "-z", "localhost", "3000"] + test: ["CMD-SHELL", "curl -f http://localhost:3000/api/healthcheck || exit 1"] interval: 10s timeout: 5s retries: 3