Services/Kopia: Add missing volumes
This commit is contained in:
@@ -30,20 +30,24 @@ in {
|
|||||||
volumes = let
|
volumes = let
|
||||||
# TODO: Setup on ThinkNix: adguard_config, adguard_work, portainer_config
|
# TODO: Setup on ThinkNix: adguard_config, adguard_work, portainer_config
|
||||||
backup = [
|
backup = [
|
||||||
|
"arcane-agent_data"
|
||||||
"authelia_config"
|
"authelia_config"
|
||||||
"formula10_cache"
|
"bazarr_config"
|
||||||
|
"fileflows_data"
|
||||||
"formula10_data"
|
"formula10_data"
|
||||||
"formula11_pb_data"
|
"formula11_pb_data"
|
||||||
|
"formula12_pb_data"
|
||||||
"gitea-db_data"
|
"gitea-db_data"
|
||||||
"gitea_data"
|
|
||||||
"gitea-runner_config"
|
"gitea-runner_config"
|
||||||
"gitea-runner_data"
|
"gitea-runner_data"
|
||||||
|
"gitea_data"
|
||||||
"heidi_config"
|
"heidi_config"
|
||||||
"immich-database_data"
|
"immich-database_data"
|
||||||
"immich_config"
|
"immich_config"
|
||||||
"immich_data"
|
"immich_data"
|
||||||
"immich_machine-learning"
|
"immich_machine-learning"
|
||||||
"jellyfin_config"
|
"jellyfin_config"
|
||||||
|
"kopia_config"
|
||||||
"nextcloud-db_data"
|
"nextcloud-db_data"
|
||||||
"nextcloud_data"
|
"nextcloud_data"
|
||||||
"nginx_config"
|
"nginx_config"
|
||||||
@@ -51,6 +55,13 @@ in {
|
|||||||
"nginx_snippets"
|
"nginx_snippets"
|
||||||
"paperless-postgres_data"
|
"paperless-postgres_data"
|
||||||
"paperless_data"
|
"paperless_data"
|
||||||
|
"prowlarr_config"
|
||||||
|
"radarr_config"
|
||||||
|
"sabnzbd-movies_config"
|
||||||
|
"sabnzbd-shows_config"
|
||||||
|
"sonarr_config"
|
||||||
|
"teamspeak_data2"
|
||||||
|
"tinymediamanager_data"
|
||||||
];
|
];
|
||||||
|
|
||||||
mkVolume = name: "${name}:/data/${name}:ro";
|
mkVolume = name: "${name}:/data/${name}:ro";
|
||||||
|
|||||||
Reference in New Issue
Block a user