open posts for radarr sonarr and prowlarr

This commit is contained in:
Richie Cahill 2024-06-24 12:28:01 -04:00
parent 9aa366f689
commit cdb90a09aa

View File

@ -55,6 +55,7 @@
}; };
prowlarr = { prowlarr = {
image = "ghcr.io/linuxserver/prowlarr"; image = "ghcr.io/linuxserver/prowlarr";
ports = [ "9696:9696" ];
environment = { environment = {
PUID = "600"; PUID = "600";
PGID = "100"; PGID = "100";
@ -65,6 +66,7 @@
}; };
radarr = { radarr = {
image = "ghcr.io/linuxserver/radarr"; image = "ghcr.io/linuxserver/radarr";
ports = [ "7878:7878" ];
environment = { environment = {
PUID = "600"; PUID = "600";
PGID = "100"; PGID = "100";
@ -79,6 +81,7 @@
}; };
sonarr = { sonarr = {
image = "ghcr.io/linuxserver/sonarr"; image = "ghcr.io/linuxserver/sonarr";
ports = [ "8989:8989" ];
environment = { environment = {
PUID = "600"; PUID = "600";
PGID = "100"; PGID = "100";