First add
This commit is contained in:
commit
520b60e8ad
19 changed files with 1898 additions and 0 deletions
145
-NG-arr.yaml
Executable file
145
-NG-arr.yaml
Executable file
|
|
@ -0,0 +1,145 @@
|
|||
version: "2.2"
|
||||
services:
|
||||
|
||||
readarr:
|
||||
image: lscr.io/linuxserver/readarr:develop
|
||||
container_name: readarr
|
||||
hostname: readarr
|
||||
environment:
|
||||
- PUID=1001
|
||||
- PGID=999
|
||||
- TZ=America/Chicago
|
||||
networks:
|
||||
- netgrimoire
|
||||
volumes:
|
||||
- /DockerVol/readarr/config:/config
|
||||
# - /data/nfs/Baxter/Books/readarr:/readarr:shared
|
||||
# - /data/nfs/Baxter/Books/Downloads:/data/Books/Downloads:shared
|
||||
# - /data/nfs/Baxter/Books/Sorted:/library:shared
|
||||
- /data/nfs/Baxter/:/data:shared
|
||||
ports:
|
||||
- 8787:8787
|
||||
restart: unless-stopped
|
||||
|
||||
lidarr:
|
||||
image: linuxserver/lidarr
|
||||
container_name: lidarr
|
||||
hostname: lidarr
|
||||
ports:
|
||||
- 8686:8686
|
||||
networks:
|
||||
- netgrimoire
|
||||
volumes:
|
||||
- /Dockervol/lidarr/config:/config
|
||||
- /data/nfs/Baxter/Music/Downloads:/downloads:shared
|
||||
- /data/nfs/Baxter/Music:/music:shared
|
||||
environment:
|
||||
- TZ=America/Chicago
|
||||
- PGID=999
|
||||
- PUID=1001
|
||||
restart: unless-stopped
|
||||
|
||||
radarr:
|
||||
image: linuxserver/radarr
|
||||
container_name: radarr
|
||||
hostname: radarr
|
||||
networks:
|
||||
- netgrimoire
|
||||
volumes:
|
||||
- /DockerVol/Radarr:/config
|
||||
- /data/nfs/Baxter/:/data:shared
|
||||
ports:
|
||||
- 7878:7878
|
||||
environment:
|
||||
- TZ=America/Chicago
|
||||
- PGID=999
|
||||
- PUID=1001
|
||||
restart: unless-stopped
|
||||
|
||||
whisparr:
|
||||
image: cr.hotio.dev/hotio/whisparr:nightly
|
||||
container_name: whisparr
|
||||
hostname: whisparr
|
||||
networks:
|
||||
- netgrimoire
|
||||
volumes:
|
||||
- /DockerVol/Whisparr:/config
|
||||
- /data/nfs/Baxter/:/data:shared
|
||||
ports:
|
||||
- 6969:6969
|
||||
environment:
|
||||
- TZ=America/Chicago
|
||||
- PGID=999
|
||||
- PUID=1001
|
||||
restart: unless-stopped
|
||||
|
||||
mylar:
|
||||
# image: linuxserver/mylar
|
||||
image: lscr.io/linuxserver/mylar3:latest
|
||||
container_name: mylar
|
||||
hostname: mylar
|
||||
networks:
|
||||
- netgrimoire
|
||||
volumes:
|
||||
- /DockerVol/mylar:/config
|
||||
- /data/nfs/Baxter/Comics/Downloads:/downloads:shared
|
||||
- /data/nfs/Baxter/Comics:/comics:shared
|
||||
ports:
|
||||
- 8090:8090
|
||||
environment:
|
||||
- TZ=America/Chicago
|
||||
- PGID=999
|
||||
- PUID=1001
|
||||
restart: unless-stopped
|
||||
|
||||
sonarr:
|
||||
image: linuxserver/sonarr:latest
|
||||
container_name: sonarr
|
||||
hostname: sonarr
|
||||
networks:
|
||||
- netgrimoire
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /DockerVol/sonarr:/config
|
||||
- /data/nfs/Baxter:/data:shared
|
||||
- /DockerVol/sonarr/Downloads:/downloads
|
||||
ports:
|
||||
- 8989:8989
|
||||
environment:
|
||||
- TZ=America/Chicago
|
||||
- PGID=999
|
||||
- PUID=1001
|
||||
restart: unless-stopped
|
||||
|
||||
bazarr:
|
||||
image: lscr.io/linuxserver/bazarr:latest
|
||||
container_name: bazarr
|
||||
networks:
|
||||
- netgrimoire
|
||||
environment:
|
||||
- TZ=America/Chicago
|
||||
- PGID=999
|
||||
- PUID=1001
|
||||
volumes:
|
||||
- /DockerVol/bazarr/config:/config
|
||||
- /data/nfs/Baxter:/data:shared
|
||||
ports:
|
||||
- 6767:6767
|
||||
restart: unless-stopped
|
||||
|
||||
prowlarr:
|
||||
image: lscr.io/linuxserver/prowlarr:latest
|
||||
container_name: prowlarr
|
||||
environment:
|
||||
- PUID=999
|
||||
- PGID=1001
|
||||
- TZ=America/Chicago
|
||||
networks:
|
||||
- netgrimoire
|
||||
volumes:
|
||||
- /DockerVol/prowlarr/config:/config
|
||||
ports:
|
||||
- 9696:9696
|
||||
restart: unless-stopped
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue