Update media-management.yaml
parent
52018f7f80
commit
ec23352dd8
|
@ -77,37 +77,6 @@ services:
|
||||||
- TZ=America/New_York
|
- TZ=America/New_York
|
||||||
- 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="* * * * *"
|
|
||||||
- XC_SERVER=true
|
|
||||||
#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:
|
|
||||||
- /dockers/IPTVBoss:/headless/IPTVBoss
|
|
||||||
- /mnt/TV:/TV
|
|
||||||
|
|
||||||
#nextpvr:
|
|
||||||
# image: nextpvr/nextpvr_amd64:stable
|
|
||||||
# container_name: nextpvr
|
|
||||||
# restart: unless-stopped
|
|
||||||
# volumes:
|
|
||||||
# - /dockers/nextpvr/config:/config
|
|
||||||
# - /dockers/nextpvr/videos:/recordings
|
|
||||||
# - /dockers/nextpvr/videos:/buffer
|
|
||||||
# ports:
|
|
||||||
# - 8866:8866
|
|
||||||
# - 16891:16891/udp
|
|
||||||
|
|
||||||
# Media Request
|
# Media Request
|
||||||
ombi:
|
ombi:
|
||||||
|
@ -121,16 +90,6 @@ services:
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- TZ=America/New_York
|
- TZ=America/New_York
|
||||||
|
|
||||||
# requestrr:
|
|
||||||
# image: darkalfx/requestrr
|
|
||||||
# hostname: requestrr
|
|
||||||
# container_name: requestrr
|
|
||||||
# ports:
|
|
||||||
# - 4545:4545
|
|
||||||
# restart: unless-stopped
|
|
||||||
# volumes:
|
|
||||||
# - /dockers/requesterr:/root/config
|
|
||||||
|
|
||||||
# Indexer
|
# Indexer
|
||||||
prowlarr:
|
prowlarr:
|
||||||
image: lscr.io/linuxserver/prowlarr:develop
|
image: lscr.io/linuxserver/prowlarr:develop
|
||||||
|
|
Loading…
Reference in New Issue