Add Readerr
This commit is contained in:
@@ -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
19
compose.readarr.yaml
Normal 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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user