services: tuner: build: . ports: - "8080:8080" volumes: # real1.m3u is mounted read-only as the local source. # It is only used when PLAYLIST_USE_LOCAL=true. - ./real1.m3u:/data/playlist.m3u.local:ro environment: RESTREAMER_PORT: "8080" PLAYLIST_PATH: "/data/playlist.m3u" # Default: fetch playlist from URL on every boot. # Set PLAYLIST_USE_LOCAL=true to use real1.m3u instead. PLAYLIST_URL: "https://pia.cx/m3u/630xhAmY/smp424GL" PLAYLIST_USE_LOCAL: "false" # Set to "0" or "off" to disable automatic playlist refresh. PLAYLIST_AUTO_REFRESH_INTERVAL: "1h" restart: unless-stopped