add compose file for readarr
This commit is contained in:
21
compose.readarr.yaml
Normal file
21
compose.readarr.yaml
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
services:
|
||||||
|
readarr:
|
||||||
|
container_name: readarr
|
||||||
|
environment:
|
||||||
|
- PUID=1000
|
||||||
|
- PGID=1000
|
||||||
|
- TZ=Europe/Amsterdam
|
||||||
|
external_links:
|
||||||
|
- transmission
|
||||||
|
extra_hosts:
|
||||||
|
- jacket:192.168.2.200
|
||||||
|
- transmission:192.168.2.200
|
||||||
|
- qbittorrent:192.168.2.200
|
||||||
|
image: linuxserver/readarr:develop-0.4.18.2805-ls156
|
||||||
|
ports:
|
||||||
|
- 18787:8787
|
||||||
|
restart: unless-stopped
|
||||||
|
volumes:
|
||||||
|
- /opt/readarr:/config
|
||||||
|
- /media/scratch/transmission:/downloads
|
||||||
|
- /mnt/yotta/neon/Books/Epub:/books
|
||||||
Reference in New Issue
Block a user