mirror of
https://github.com/pischule/go-mention-all-bot.git
synced 2025-12-19 06:56:43 +00:00
8 lines
180 B
YAML
8 lines
180 B
YAML
services:
|
|
bot:
|
|
image: pischule/go-mention-all-bot
|
|
restart: unless-stopped
|
|
volumes:
|
|
- ./data:/app/data
|
|
environment:
|
|
TELEGRAM_TOKEN: "${TELEGRAM_TOKEN}" |