-
Notifications
You must be signed in to change notification settings - Fork 0
/
docker-compose.yml.dist
27 lines (27 loc) · 1.11 KB
/
docker-compose.yml.dist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
services:
server:
image: radiot/tg-retrans:master
hostname: tg-retrans
restart: unless-stopped
environment:
# Optional. Enable debug info. Default: false
#- DEBUG=false
# Optional. Disable icecast status check. Default: false
#- SKIP_CHECK=false
# Optional. Configure check URL. Default: http://icecast:8000/status-json.xsl
#- CHECK_URL=http://icecast:8000/status-json.xsl
# Optional. Configure check interval in seconds. Default: 60s
#- CHECK_INTERVAL=60s
# Optional. Configure check timeout in seconds. Default: 5s
#- CHECK_INTERVAL=5s
# Optional. Configure source stream URL. Default: https://stream.radio-t.com
#- STREAM_URL=https://stream.radio-t.com
# Optional. Path to ffmpeg binary. Default: /usr/bin/ffmpeg
#- FFMPEG_PATH=/usr/bin/ffmpeg
# Optional. Configure name of Telegram streaming host. Default: dc4-1.rtmp.t.me
#- TG_SERVER=dc4-1.rtmp.t.me
# Mandatory. Configure key for Telegram chat audio-video conference call.
#- TG_KEY=1111:AAAA
build:
context: .
dockerfile: Dockerfile