chore(discord): add healthcheck to compose.yaml discord service

Issue #32
This commit is contained in:
2026-05-21 14:21:35 +03:00
parent feb3e08b63
commit 5b65ac4a2f
2 changed files with 22 additions and 0 deletions
+5
View File
@@ -77,6 +77,11 @@ services:
- "Discord__Token=${DISCORD_BOT_TOKEN:?Set DISCORD_BOT_TOKEN in .env}"
networks:
- gmrelay
healthcheck:
test: ["CMD-SHELL", "wget -qO- http://localhost:8082/health || exit 1"]
interval: 10s
timeout: 5s
retries: 3
web:
image: git.codeanddice.ru/toutsu/gmrelay-web:2.7.0