add healthcheck
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2026-04-14 11:46:11 +02:00
parent 75870fa3d1
commit 96a3111adc

View File

@ -40,6 +40,13 @@ services:
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT}"
healthcheck:
test: "wget -qO- http://localhost:3000/_health | grep -q OK"
interval: 30s
timeout: 10s
retries: 5
start_period: 5m
start_interval: 10s
cache:
image: redis:8.6.2