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

This commit is contained in:
2026-01-29 11:33:30 +01:00
parent 4e50482769
commit 7f2f6f5aca
3 changed files with 12 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ services:
env_file:
- .env
healthcheck:
test: ["CMD-SHELL", "curl -f http://localhost:3000/health || exit 1"]
test: ["CMD-SHELL", "curl -f http://127.0.0.1:3000/health || exit 1"]
interval: 10s
timeout: 5s
retries: 5