fix
This commit is contained in:
@@ -43,7 +43,6 @@ in {
|
||||
secret = name;
|
||||
extraEnv = {
|
||||
"PROWLARR__APP__INSTANCENAME" = "Prowlarr";
|
||||
# "PROWLARR__AUTH__ENABLED" = "false";
|
||||
"PROWLARR__AUTH__METHOD" = "External";
|
||||
"PROWLARR__SERVER__PORT" = "8989";
|
||||
"PROWLARR__SERVER__URLBASE" = "prowlarr";
|
||||
@@ -63,11 +62,10 @@ in {
|
||||
secret = name;
|
||||
extraEnv = {
|
||||
"RADARR__APP__INSTANCENAME" = "Radarr";
|
||||
# "RADARR__AUTH__ENABLED" = "false";
|
||||
"RADARR__AUTH__METHOD" = "External";
|
||||
"RADARR__SERVER__PORT" = "8989";
|
||||
"RADARR__SERVER__URLBASE" = "radarr";
|
||||
"RADARR__SERVER__ENABLESSL" = "false";
|
||||
"RADARR__SERVER__ENABLESSL" = "False";
|
||||
};
|
||||
extraOptions = [
|
||||
"--tmpfs=/tmp:rw,noexec,nosuid,size=512m"
|
||||
@@ -83,11 +81,10 @@ in {
|
||||
secret = name;
|
||||
extraEnv = {
|
||||
"SONARR__APP__INSTANCENAME" = "Sonarr";
|
||||
# "SONARR__AUTH__ENABLED" = "false";
|
||||
"SONARR__AUTH__METHOD" = "External";
|
||||
"SONARR__SERVER__PORT" = "8989";
|
||||
"SONARR__SERVER__URLBASE" = "sonarr";
|
||||
"SONARR__SERVER__ENABLESSL" = "false";
|
||||
"SONARR__SERVER__ENABLESSL" = "False";
|
||||
};
|
||||
extraOptions = [
|
||||
"--tmpfs=/tmp:rw,noexec,nosuid,size=512m"
|
||||
|
||||
Reference in New Issue
Block a user