deploy
Some checks failed
Build & Deploy KLZ Cables / build-and-deploy (push) Failing after 5m55s

This commit is contained in:
2026-01-29 13:57:35 +01:00
parent 2aa5d5b00e
commit 658057cdb1
2 changed files with 22 additions and 12 deletions

View File

@@ -9,11 +9,11 @@ services:
env_file:
- .env
healthcheck:
test: ["CMD-SHELL", "curl -f http://127.0.0.1:3000/health || exit 1"]
interval: 10s
timeout: 5s
retries: 5
start_period: 30s
test: ["CMD-SHELL", "curl -f http://localhost:3000/health || exit 1"]
interval: 30s
timeout: 10s
retries: 3
start_period: 60s
labels:
- "traefik.enable=true"
# HTTP ⇒ HTTPS redirect