Files
tuner/docker-compose.yml
2026-06-11 09:48:17 -07:00

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