From b645bf320d97f7816fcdd32d60753637804d9dbd Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Sat, 10 Jan 2026 16:51:14 -0500 Subject: [PATCH] fix servarr downloads path --- scripts/deploy_containers.py | 1 + tasks/servarr.yml | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/scripts/deploy_containers.py b/scripts/deploy_containers.py index 902a77b..40fbd31 100644 --- a/scripts/deploy_containers.py +++ b/scripts/deploy_containers.py @@ -61,6 +61,7 @@ def main(): new_diff.append(service_name) if len(new_diff) > 0: + print(new_diff, ",".join(new_diff)) deployed = deploy(",".join(new_diff)) else: # success, nothing deployed diff --git a/tasks/servarr.yml b/tasks/servarr.yml index 4ab9892..1a2439c 100644 --- a/tasks/servarr.yml +++ b/tasks/servarr.yml @@ -15,7 +15,7 @@ volumes: - "{{ data_dir }}/servarr/radarr_config:/config" - "{{ SERVARR_MEDIA_PATH }}:/media" - - "{{ NZBGET_DOWNLOADS_PATH }}:/downloads" + - "{{ media_path }}/Downloads:/downloads" networks: - name: homelab env: @@ -40,7 +40,7 @@ volumes: - "{{ data_dir }}/servarr/sonarr_config:/config" - "{{ SERVARR_MEDIA_PATH }}:/data" - - "{{ NZBGET_DOWNLOADS_PATH }}:/downloads" + - "{{ media_path }}/Downloads:/downloads" env: PUID: "{{ PUID }}" PGID: "{{ PGID }}" @@ -69,7 +69,7 @@ volumes: - "{{ data_dir }}/servarr/lidarr_config:/config" - "{{ SERVARR_MEDIA_PATH }}:/media" - - "{{ NZBGET_DOWNLOADS_PATH }}:/downloads" + - "{{ media_path }}/Downloads:/downloads" networks: - name: homelab labels: