build
All checks were successful
Build & Deploy / deploy (push) Successful in 44s

This commit is contained in:
2026-01-16 12:51:29 +01:00
parent a40ce95a6a
commit 5e74605d2d
3 changed files with 11 additions and 15 deletions

View File

@@ -12,7 +12,7 @@ services:
- "traefik.http.routers.mb-grid-solutions.tls.certresolver=le"
- "traefik.http.services.mb-grid-solutions.loadbalancer.server.port=3000"
healthcheck:
test: ["CMD", "wget", "-q", "-O", "-", "http://localhost:3000/health"]
test: ["CMD", "node", "-e", "fetch('http://localhost:3000/health').then(r => r.ok ? process.exit(0) : process.exit(1)).catch(() => process.exit(1))"]
interval: 5s
timeout: 2s
retries: 10