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]>
12 lines
435 B
YAML
12 lines
435 B
YAML
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}
|