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