tvsignals-to-tg/render.yaml
Artemii Peretiachenko d6c539dca9 Initial TradingView→Telegram webhook service with Render Blueprint.
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-24 16:35:47 +02:00

19 lines
427 B
YAML

services:
- type: web
name: tvsignals-to-tg
runtime: docker
plan: free
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