mirror of
https://github.com/TheFunny/TelegramTwitterMediaBot.git
synced 2026-09-25 23:52:04 +00:00
fix: align CI tags and webhook healthcheck
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user