scripts/stream/docker-compose.yml

14 lines
377 B
YAML
Raw Permalink Normal View History

2024-10-30 20:27:03 +03:00
version: '3.8'
services:
stream:
build: .
environment:
- API_HOST=https://new.akarpov.ru
- WEB_HOST=https://next.akarpov.ru
2024-11-01 00:43:36 +03:00
- RTMP_URLS=rtmp://your.rtmp.server/live/stream_key
2024-10-30 22:05:47 +03:00
- TELEGRAM_TOKEN=your_bot_token_here
- ADMIN_IDS=123,321 # Comma-separated list of Telegram user IDs
2024-10-30 20:27:03 +03:00
volumes:
- /tmp:/tmp
restart: unless-stopped