fix: update Soketi healthcheck to use 127.0.0.1 instead of localhost

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-15 13:56:37 +01:00
parent 44ecff89c8
commit 8a1eee975f

View File

@@ -150,7 +150,7 @@ services:
- SOKETI_DEFAULT_APP_KEY=${DEV_COOLIFY_PUSHER_APP_KEY} - SOKETI_DEFAULT_APP_KEY=${DEV_COOLIFY_PUSHER_APP_KEY}
- SOKETI_DEFAULT_APP_SECRET=${DEV_COOLIFY_PUSHER_APP_SECRET} - SOKETI_DEFAULT_APP_SECRET=${DEV_COOLIFY_PUSHER_APP_SECRET}
healthcheck: healthcheck:
test: ["CMD", "wget", "-qO-", "http://localhost:6001/ready"] test: ["CMD", "wget", "-qO-", "http://127.0.0.1:6001/ready"]
interval: 5s interval: 5s
timeout: 5s timeout: 5s
retries: 10 retries: 10