14 lines
275 B
YAML
14 lines
275 B
YAML
services:
|
|
tuner:
|
|
build: .
|
|
ports:
|
|
- "1935:1935"
|
|
- "8080:8080"
|
|
- "8888:8888"
|
|
volumes:
|
|
- ./real1.m3u:/data/playlist.m3u:ro
|
|
environment:
|
|
RESTREAMER_PORT: "8080"
|
|
PLAYLIST_PATH: "/data/playlist.m3u"
|
|
restart: unless-stopped
|