Setup sabnzbd
This commit is contained in:
parent
0467310614
commit
5a81e4458d
|
@ -101,6 +101,20 @@
|
||||||
volumes = [ "/var/lib/tautulli:/config" ];
|
volumes = [ "/var/lib/tautulli:/config" ];
|
||||||
};
|
};
|
||||||
# Configure sabnzbd
|
# Configure sabnzbd
|
||||||
|
"sabnzbd" = {
|
||||||
|
image = "lscr.io/linuxserver/sabnzbd:latest";
|
||||||
|
environment = {
|
||||||
|
"PUID" = "1000";
|
||||||
|
"PGID" = "1000";
|
||||||
|
"TZ" = "America/New_York";
|
||||||
|
};
|
||||||
|
ports = [ "8080:8080" ];
|
||||||
|
volumes = [
|
||||||
|
"/var/lib/sabnzbd:/config"
|
||||||
|
"/mnt/scratch/sabnzbd/download-complete:/downloads"
|
||||||
|
"/mnt/scratch/sabnzbd/download:/incomplete-downloads"
|
||||||
|
];
|
||||||
|
};
|
||||||
# Configure sonarr
|
# Configure sonarr
|
||||||
# Configure radarr
|
# Configure radarr
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue