add tg bot and readme

This commit is contained in:
Maxim
2025-12-16 22:34:40 +03:00
parent bf03750e76
commit 72020909dc
6 changed files with 355 additions and 0 deletions

View File

@@ -13,5 +13,14 @@ services:
depends_on:
- backend
bot:
build: ./dota-random-builds-bot
environment:
- BOT_TOKEN=${BOT_TOKEN}
- API_URL=http://backend:8000
depends_on:
- backend
restart: unless-stopped
volumes:
backend-data: