Files
go-mention-all-bot/README.md
2023-04-27 13:28:29 +03:00

398 B

🦄 go-mention-bot

Second version of mention-all-the-bot

how to run this

$ cat << EOF > docker-compose.yml 
services:
  bot:
    image: ghcr.io/pischule/go-mention-all-bot:master
    restart: unless-stopped
    volumes:
      - ./data:/app/data
    environment:
      TELEGRAM_TOKEN: "<your-bot-token>"
EOF
$ docker compose up -d