tvsignals-to-tg/render.yaml
Artemii Peretiachenko 7fd6f38d87 Set Render region to Frankfurt.
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-24 16:36:05 +02:00

20 lines
449 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: MPLBACKEND
value: Agg
- key: HOST
value: 0.0.0.0