mirror of
https://github.com/artemium428/tvsignals-to-tg.git
synced 2026-09-15 17:16:21 +00:00
20 lines
449 B
YAML
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
|