test
This commit is contained in:
@@ -45,8 +45,8 @@ in {
|
|||||||
"PROWLARR__APP__INSTANCENAME" = "Prowlarr";
|
"PROWLARR__APP__INSTANCENAME" = "Prowlarr";
|
||||||
"PROWLARR__AUTH__METHOD" = "External";
|
"PROWLARR__AUTH__METHOD" = "External";
|
||||||
"PROWLARR__SERVER__PORT" = "8989";
|
"PROWLARR__SERVER__PORT" = "8989";
|
||||||
"PROWLARR__SERVER__URLBASE" = "prowlarr";
|
"PROWLARR__SERVER__URLBASE" = "/prowlarr";
|
||||||
"PROWLARR__SERVER__ENABLESSL" = "false";
|
# "PROWLARR__SERVER__ENABLESSL" = "false";
|
||||||
};
|
};
|
||||||
extraOptions = [
|
extraOptions = [
|
||||||
"--tmpfs=/tmp:rw,noexec,nosuid,size=512m"
|
"--tmpfs=/tmp:rw,noexec,nosuid,size=512m"
|
||||||
@@ -64,8 +64,8 @@ in {
|
|||||||
"RADARR__APP__INSTANCENAME" = "Radarr";
|
"RADARR__APP__INSTANCENAME" = "Radarr";
|
||||||
"RADARR__AUTH__METHOD" = "External";
|
"RADARR__AUTH__METHOD" = "External";
|
||||||
"RADARR__SERVER__PORT" = "8989";
|
"RADARR__SERVER__PORT" = "8989";
|
||||||
"RADARR__SERVER__URLBASE" = "radarr";
|
"RADARR__SERVER__URLBASE" = "/radarr";
|
||||||
"RADARR__SERVER__ENABLESSL" = "False";
|
# "RADARR__SERVER__ENABLESSL" = "False";
|
||||||
};
|
};
|
||||||
extraOptions = [
|
extraOptions = [
|
||||||
"--tmpfs=/tmp:rw,noexec,nosuid,size=512m"
|
"--tmpfs=/tmp:rw,noexec,nosuid,size=512m"
|
||||||
@@ -83,8 +83,8 @@ in {
|
|||||||
"SONARR__APP__INSTANCENAME" = "Sonarr";
|
"SONARR__APP__INSTANCENAME" = "Sonarr";
|
||||||
"SONARR__AUTH__METHOD" = "External";
|
"SONARR__AUTH__METHOD" = "External";
|
||||||
"SONARR__SERVER__PORT" = "8989";
|
"SONARR__SERVER__PORT" = "8989";
|
||||||
"SONARR__SERVER__URLBASE" = "sonarr";
|
"SONARR__SERVER__URLBASE" = "/sonarr";
|
||||||
"SONARR__SERVER__ENABLESSL" = "False";
|
# "SONARR__SERVER__ENABLESSL" = "False";
|
||||||
};
|
};
|
||||||
extraOptions = [
|
extraOptions = [
|
||||||
"--tmpfs=/tmp:rw,noexec,nosuid,size=512m"
|
"--tmpfs=/tmp:rw,noexec,nosuid,size=512m"
|
||||||
|
|||||||
Reference in New Issue
Block a user