update sops config
This commit is contained in:
@@ -61,6 +61,9 @@ in
|
||||
POSTGRES_PASSWORD = "SOPS_ONLY";
|
||||
POSTGRES_PORT = toString config.services.postgresql.settings.port;
|
||||
};
|
||||
environmentFiles = [
|
||||
config.sops.secrets."docker/bazarr".path
|
||||
];
|
||||
volumes = [
|
||||
"${vars.primary_docker}/bazarr:/config"
|
||||
"${vars.primary_plex_storage}/data:/data"
|
||||
@@ -82,6 +85,9 @@ in
|
||||
TZ = "America/New_York";
|
||||
}
|
||||
// arr_postgres_config "prowlarr";
|
||||
environmentFiles = [
|
||||
config.sops.secrets."docker/prowlarr".path
|
||||
];
|
||||
extraOptions = [ "--network=arrnet" ];
|
||||
volumes = [ "${vars.primary_docker}/prowlarr:/config" ];
|
||||
autoStart = true;
|
||||
@@ -97,6 +103,9 @@ in
|
||||
TZ = "America/New_York";
|
||||
}
|
||||
// arr_postgres_config "radarr";
|
||||
environmentFiles = [
|
||||
config.sops.secrets."docker/radarr".path
|
||||
];
|
||||
volumes = [
|
||||
"${vars.primary_docker}/radarr:/config"
|
||||
"${vars.primary_plex_storage}/data:/data"
|
||||
@@ -115,6 +124,9 @@ in
|
||||
TZ = "America/New_York";
|
||||
}
|
||||
// arr_postgres_config "sonarr";
|
||||
environmentFiles = [
|
||||
config.sops.secrets."docker/sonarr".path
|
||||
];
|
||||
volumes = [
|
||||
"${vars.primary_docker}/sonarr:/config"
|
||||
"${vars.primary_plex_storage}/data:/data"
|
||||
@@ -133,6 +145,9 @@ in
|
||||
TZ = "America/New_York";
|
||||
}
|
||||
// arr_postgres_config "lidarr";
|
||||
environmentFiles = [
|
||||
config.sops.secrets."docker/lidarr".path
|
||||
];
|
||||
volumes = [
|
||||
"${vars.primary_docker}/lidarr:/config"
|
||||
"${vars.primary_plex_storage}/data:/data"
|
||||
@@ -163,8 +178,7 @@ in
|
||||
hostname = "notifiarr";
|
||||
environment = {
|
||||
TZ = "America/New_York";
|
||||
}
|
||||
// arr_postgres_config "notifiarr";
|
||||
};
|
||||
environmentFiles = [ config.sops.secrets."docker/notifiarr".path ];
|
||||
volumes = [
|
||||
"${vars.primary_docker}/notifiarr:/config"
|
||||
@@ -187,6 +201,9 @@ in
|
||||
DB_USER = "SOPS_ONLY";
|
||||
DB_PASS = "SOPS_ONLY";
|
||||
};
|
||||
environmentFiles = [
|
||||
config.sops.secrets."docker/jellyseerr".path
|
||||
];
|
||||
volumes = [ "${vars.primary_docker}/overseerr:/config" ];
|
||||
# TODO: remove ports later since this is going through web
|
||||
extraOptions = [
|
||||
|
||||
Reference in New Issue
Block a user