diff --git a/media-management.yaml b/media-management.yaml index fc80a96..9f8472a 100644 --- a/media-management.yaml +++ b/media-management.yaml @@ -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: