chore: recuse update {{ data_folder }} to /data

This commit is contained in:
2025-10-12 00:08:08 +10:00
parent bed6e403c2
commit aad9de469e
12 changed files with 46 additions and 46 deletions

View File

@@ -4,8 +4,8 @@
path: "{{ item }}"
state: directory
with_items:
- "{{ data_folder }}/sabnzbd"
- "{{ data_folder }}/sabnzbd/config"
- "/data/sabnzbd"
- "/data/sabnzbd/config"
- name: Create the sabnzbd container
docker_container:
@@ -22,7 +22,7 @@
HOSTNAME: "sabnzbd.comprofix.xyz"
DOCKER_MODS: "ghcr.io/themepark-dev/theme.park:sabnzbd"
volumes:
- "{{ data_folder }}/sabnzbd/config:/config"
- "/data/sabnzbd/config:/config"
- /mnt/nfs/data:/data
labels:
traefik.enable: "true"