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