Files
twitch-telegram-notify/docker-compose.yml
T
theraiwyandClaude Opus 4.8 c63b51ff79 Twitch stream notify bot for Telegram with Docker
Telegram port of the Discord notifier: tokenless decapi.me status checks,
photo+caption announce with inline link buttons, /stream_test command.

Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
2026-07-13 11:39:33 +03:00

12 lines
435 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
services:
twitch-notify-tg:
build: .
container_name: twitch-notify-tg
restart: unless-stopped
environment:
# Значения подставляются из окружения стека (панель DockHand / .env рядом с compose)
TELEGRAM_TOKEN: ${TELEGRAM_TOKEN}
NOTIFY_CHAT_ID: ${NOTIFY_CHAT_ID}
TWITCH_LOGIN: ${TWITCH_LOGIN:-theraiwy}
CHECK_INTERVAL: ${CHECK_INTERVAL:-60}