Update media-management.yaml
parent
68fc3e9c56
commit
d6884fee74
|
@ -47,18 +47,6 @@ services:
|
||||||
- DOCKER_MODS=ghcr.io/gilbn/theme.park:lidarr
|
- DOCKER_MODS=ghcr.io/gilbn/theme.park:lidarr
|
||||||
- TP_THEME=$THEME
|
- 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
|
# Books
|
||||||
readarr-ebooks:
|
readarr-ebooks:
|
||||||
image: lscr.io/linuxserver/readarr:develop
|
image: lscr.io/linuxserver/readarr:develop
|
||||||
|
@ -109,17 +97,17 @@ services:
|
||||||
- /dockers/IPTVBoss:/headless/IPTVBoss
|
- /dockers/IPTVBoss:/headless/IPTVBoss
|
||||||
- /mnt/TV:/TV
|
- /mnt/TV:/TV
|
||||||
|
|
||||||
nextpvr_amd64:
|
#nextpvr_amd64:
|
||||||
image: nextpvr/nextpvr_amd64:stable
|
# image: nextpvr/nextpvr_amd64:stable
|
||||||
container_name: nextpvr
|
# container_name: nextpvr
|
||||||
restart: unless-stopped
|
# restart: unless-stopped
|
||||||
volumes:
|
# volumes:
|
||||||
- /dockers/nextpvr/config:/config
|
# - /dockers/nextpvr/config:/config
|
||||||
- /dockers/nextpvr/videos:/recordings
|
# - /dockers/nextpvr/videos:/recordings
|
||||||
- /dockers/nextpvr/videos:/buffer
|
# - /dockers/nextpvr/videos:/buffer
|
||||||
ports:
|
# ports:
|
||||||
- 8866:8866
|
# - 8866:8866
|
||||||
- 16891:16891/udp
|
# - 16891:16891/udp
|
||||||
|
|
||||||
# Media Request
|
# Media Request
|
||||||
ombi:
|
ombi:
|
||||||
|
|
Loading…
Reference in New Issue