пофиксил баг отправки уведомлений
This commit is contained in:
parent
6d51cf135d
commit
b3b6a54e2d
5 changed files with 253 additions and 32 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue