Skip to content

Instantly share code, notes, and snippets.

@dnburgess
Created January 12, 2021 19:43
Show Gist options
  • Save dnburgess/4fe1f4f8a577ffe8ab846fc0e9fd1b69 to your computer and use it in GitHub Desktop.
Save dnburgess/4fe1f4f8a577ffe8ab846fc0e9fd1b69 to your computer and use it in GitHub Desktop.
DB Tech Telegram Notifier for Docker
---
version: 2
services:
docker-telegram-notifier:
image: poma/docker-telegram-notifier
container_name: docker-telegram-notifier
environment:
- PUID=998
- PGID=100
- TELEGRAM_NOTIFIER_BOT_TOKEN=1539690693:AAG9OxPJCdMlA0N2KEpR76I2VDFYoGIsM6o
- TELEGRAM_NOTIFIER_CHAT_ID=1508112898
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
restart: always
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment