Add Readarr to arrapps stack
This commit is contained in:
parent
db53d4e6ba
commit
ed7ac312ed
1 changed files with 4 additions and 13 deletions
17
compose.yaml
17
compose.yaml
|
|
@ -3,7 +3,6 @@ networks:
|
|||
name: media_network
|
||||
|
||||
services:
|
||||
|
||||
radarrUHD:
|
||||
container_name: radarrUHD
|
||||
environment:
|
||||
|
|
@ -80,7 +79,7 @@ services:
|
|||
|
||||
readarr:
|
||||
container_name: readarr
|
||||
image: lscr.io/linuxserver/readarr:latest
|
||||
image: lscr.io/linuxserver/readarr:0.4.19-nightly
|
||||
restart: always
|
||||
environment:
|
||||
- PUID=1000
|
||||
|
|
@ -181,15 +180,7 @@ services:
|
|||
|
||||
volumes:
|
||||
data:
|
||||
driver: local
|
||||
driver_opts:
|
||||
type: nfs
|
||||
o: "addr=192.168.2.100,nolock,soft,rw"
|
||||
device: ":/volume1/nas"
|
||||
external: true
|
||||
name: arrapps_data
|
||||
tdarr:
|
||||
name: tdarr
|
||||
driver: local
|
||||
driver_opts:
|
||||
device: :/tdarr
|
||||
o: addr=10.2.1.1,nolock,soft,rw
|
||||
type: nfs
|
||||
external: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue