From 226a54c3bcb9e81d5b720bc75d1f0b8beb1a56dd Mon Sep 17 00:00:00 2001 From: Dex Burgess Date: Fri, 16 May 2025 04:45:48 +0000 Subject: [PATCH] Update media-management.yaml --- media-management.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/media-management.yaml b/media-management.yaml index ebe2f38..9c8c34f 100644 --- a/media-management.yaml +++ b/media-management.yaml @@ -76,6 +76,26 @@ services: - DOCKER_MODS=ghcr.io/gilbn/theme.park:readarr - TP_THEME=$THEME + # IPTV + iptvboss: + image: ghcr.io/groenator/iptvboss-docker:latest # The Image has support for both ARM and x86 devices. + container_name: iptvboss + restart: unless-stopped + environment: + - PUID=1000 + - PGID=1000 + - TZ=America/New_York + - CRON_SCHEDULE="0 0 * * *" #Set the cron schedule for the cron job that will update the EPG data. + - XC_SERVER="true" # Set to true to start the XC server on boot. By default the XCSERVER is set to false. + ports: + - 8001:8001 # Used by XC Server + - 5901:5901 # Used by the VNC Server to connect to the container using the VNC client. + - 6901:6901 # Used by the VNC Server to connect to the container using a web browser. + volumes: + # Replace with the local directory where you want to store the IPTVBoss data. E.g., /home/user/iptvboss. + # Based on the PUID and PGID environment variables the folder permissions are set at runtime. + - /dockers/IPTVBoss:/headless/IPTVBoss + # Media Request ombi: image: linuxserver/ombi:latest