tvsignals-to-tg/docker-compose.yml
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

8 lines
131 B
YAML

services:
tvsignals:
build: .
ports:
- "${PORT:-8000}:8000"
env_file:
- .env
restart: unless-stopped