First commit
This commit is contained in:
20
docker-compose.yml
Normal file
20
docker-compose.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
vndb-bot:
|
||||
build: .
|
||||
container_name: vndb-telegram-bot
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- TELEGRAM_BOT_TOKEN=${TELEGRAM_BOT_TOKEN}
|
||||
- VNDB_TOKEN=${VNDB_TOKEN:-}
|
||||
- LOG_LEVEL=INFO
|
||||
- USE_SANDBOX=false
|
||||
volumes:
|
||||
- ./logs:/app/logs
|
||||
networks:
|
||||
- bot-network
|
||||
|
||||
networks:
|
||||
bot-network:
|
||||
driver: bridge
|
||||
Reference in New Issue
Block a user