пофиксил баг отправки уведомлений

This commit is contained in:
vrubelroman 2025-12-06 00:28:53 +03:00
parent 6d51cf135d
commit b3b6a54e2d
5 changed files with 253 additions and 32 deletions

View file

@ -11,10 +11,11 @@ services:
- ./LichessWebServices:/app
restart: always
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8000/health"]
test: ["CMD", "python", "-c", "import urllib.request; urllib.request.urlopen('http://localhost:8000/health').read()"]
interval: 30s
timeout: 10s
retries: 3
start_period: 40s
# Telegram Bot
lichess-bot: