Update media-management.yaml
parent
660c03f420
commit
47b408face
|
@ -59,6 +59,7 @@ services:
|
|||
- /dockers/beets/config:/config
|
||||
- /mnt/Music:/music
|
||||
|
||||
# Books
|
||||
readarr-ebooks:
|
||||
image: lscr.io/linuxserver/readarr:develop
|
||||
container_name: readarr-books
|
||||
|
@ -107,6 +108,18 @@ services:
|
|||
volumes:
|
||||
- /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
|
||||
|
||||
# Media Request
|
||||
ombi:
|
||||
|
|
Loading…
Reference in New Issue