fix: align CI tags and webhook healthcheck

This commit is contained in:
2026-09-24 18:49:20 +08:00
parent 704b14f05a
commit 438ced278f
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ services:
# reported unhealthy. nginx-proxy shows 502s while webhook mode is down,
# so surface that to the orchestrator.
healthcheck:
test: ["CMD-SHELL", "test '${WEBHOOK:-true}' != true || exec 3<>/dev/tcp/127.0.0.1/${WEBHOOK_PORT:-8443}"]
test: ["CMD-SHELL", "test '${WEBHOOK:-true}' != true || bash -c 'exec 3<>/dev/tcp/127.0.0.1/${WEBHOOK_PORT:-8443}'"]
interval: 30s
timeout: 5s
retries: 3