The bot allows you to receive notifications in a telegram if a new release (or a new tag appears in the repository) of your favorite software is available in GitHub.
Bot available in Telegram: @ReleaseNotifier_Bot
/actions - actions menu
/about - info about bot
Copy config.example.json to config.json and fill in your tokens, then:
services:
notify-bot:
image: ghcr.io/goremykin/github-releases-notify-bot:latest
volumes:
- ./config.json:/app/config.json:ro
- ./data:/app/data
user: "1000:1000"
read_only: true
tmpfs:
- /tmp
restart: unless-stopped
cap_drop:
- ALL
security_opt:
- no-new-privileges:true
deploy:
resources:
limits:
memory: 256M