Files
go-mention-all-bot/docker-compose.yml

10 lines
196 B
YAML

version: "2.0"
services:
bot:
image: pischule/go-mention-all-bot
restart: unless-stopped
volumes:
- ./data:/app/data
environment:
TELEGRAM_TOKEN: "${TELEGRAM_TOKEN}"