tvsignals-to-tg/render.yaml
Artemii Peretiachenko b9a9ed1636 Protect webhook with a secret path token.
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-24 16:44:09 +02:00

22 lines
497 B
YAML

services:
- type: web
name: tvsignals-to-tg
runtime: docker
plan: free
region: frankfurt
dockerfilePath: ./Dockerfile
dockerContext: .
healthCheckPath: /health
envVars:
- key: TELEGRAM_BOT_TOKEN
sync: false
- key: TELEGRAM_CHAT_ID
sync: false
- key: TELEGRAM_MESSAGE_THREAD_ID
sync: false
- key: WEBHOOK_SECRET
sync: false
- key: MPLBACKEND
value: Agg
- key: HOST
value: 0.0.0.0