Update media-management.yaml
parent
9afcf20f93
commit
226a54c3bc
|
@ -76,6 +76,26 @@ services:
|
||||||
- DOCKER_MODS=ghcr.io/gilbn/theme.park:readarr
|
- DOCKER_MODS=ghcr.io/gilbn/theme.park:readarr
|
||||||
- TP_THEME=$THEME
|
- 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 <local_volume> 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
|
# Media Request
|
||||||
ombi:
|
ombi:
|
||||||
image: linuxserver/ombi:latest
|
image: linuxserver/ombi:latest
|
||||||
|
|
Loading…
Reference in New Issue