mirror of
https://github.com/Alexander-D-Karpov/scripts.git
synced 2024-11-22 03:56:32 +03:00
14 lines
376 B
YAML
14 lines
376 B
YAML
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
|
|
- TELEGRAM_TOKEN=your_bot_token_here
|
|
- ADMIN_IDS=123,321 # Comma-separated list of Telegram user IDs
|
|
volumes:
|
|
- /tmp:/tmp
|
|
restart: unless-stopped |