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

This commit is contained in:
2026-01-29 02:23:41 +01:00
parent 1da1f05cdd
commit 4e50482769
14 changed files with 5 additions and 236 deletions

View File

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