Update media-management.yaml
parent
68fc3e9c56
commit
d6884fee74
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue