Add Readerr

This commit is contained in:
Bram Veenboer
2025-06-27 10:55:26 +02:00
parent ca0f0b0208
commit 2a470dc869
3 changed files with 21 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ import unprotected ha host:8123
import pathproxy transmission host:9091
import pathproxy sonarr host:18989
import pathproxy radarr host:17878
import pathproxy readarr host:18787
import pathproxy lidarr host:18686
import pathproxy bazarr host:16767
import pathproxy facette host:12003

19
compose.readarr.yaml Normal file
View File

@@ -0,0 +1,19 @@
services:
readarr:
container_name: readarr
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Amsterdam
external_links:
- transmission
extra_hosts:
- transmission:192.168.2.150
image: linuxserver/readarr:develop-0.4.18.2805-ls156
ports:
- 18787:8787
restart: unless-stopped
volumes:
- /opt/readarr:/config
- /media/nubes/downloads:/downloads
- /media/neptune/Books/Epub:/books

View File

@@ -14,6 +14,7 @@ include:
- compose.transmission.yaml
- compose.jackett.yaml
- compose.radarr.yaml
- compose.readarr.yaml
- compose.sonarr.yaml
- compose.bazarr.yaml
- compose.lidarr.yaml