scripts/stream/docker-compose.yml

14 lines
376 B
YAML
Raw 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
- RTMP_URL=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