fix: update object storage directory variable in Downloaders service configuration
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 12s
Nix Format Check / check-format (push) Successful in 1m5s
Python Lint Check / check-python (push) Failing after 11s

This commit is contained in:
2025-03-25 14:20:08 +01:00
parent 850a129aa9
commit 808b1c668e
2 changed files with 4 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ services:
- TZ=Europe/Amsterdam
volumes:
- {{ downloaders_data_dir }}/sabnzbd-config:/config
- /mnt/object_storage:/storage
- {{ object_storage_dir }}:/storage
restart: unless-stopped
network_mode: "service:gluetun"
depends_on:
@@ -49,7 +49,7 @@ services:
- TZ=Europe/Amsterdam
volumes:
- {{ downloaders_data_dir }}/qbit-config:/config
- /mnt/object_storage:/storage
- {{ object_storage_dir }}:/storage
restart: always
network_mode: "service:gluetun"
depends_on: