mirror of
https://github.com/pischule/go-mention-all-bot.git
synced 2025-12-19 06:56:43 +00:00
efed701bb73c6309a9c46e1378033f144b359679
🦄 go-mention-bot
Second version of mention-all-the-bot
how to run this
$ echo 'version: "2.0"
services:
bot:
image: pischule/go-mention-all-bot
restart: unless-stopped
volumes:
- ./data:/app/data
environment:
TELEGRAM_TOKEN: "${TELEGRAM_TOKEN}"' > docker-compose.yml
$ echo 'TELEGRAM_TOKEN=<place-your-bot-token-here>' > .env
$ docker compose up -d
Languages
Go
95.6%
Dockerfile
4.4%