add tg bot and readme
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user