Update media-management.yaml

master
Dex Burgess 2025-09-01 20:17:27 +00:00
parent 68fc3e9c56
commit d6884fee74
1 changed files with 11 additions and 23 deletions

View File

@ -47,18 +47,6 @@ services:
- DOCKER_MODS=ghcr.io/gilbn/theme.park:lidarr
- TP_THEME=$THEME
beets:
image: lscr.io/linuxserver/beets:latest
container_name: beets
restart: unless-stopped
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
volumes:
- /dockers/beets/config:/config
- /mnt/Music:/music
# Books
readarr-ebooks:
image: lscr.io/linuxserver/readarr:develop
@ -109,17 +97,17 @@ services:
- /dockers/IPTVBoss:/headless/IPTVBoss
- /mnt/TV:/TV
nextpvr_amd64:
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
#nextpvr_amd64:
# 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
ombi: