From b24459ce930c73bad4efc5a83c0f6c9cfb106d93 Mon Sep 17 00:00:00 2001 From: Nathan Date: Sat, 18 Apr 2026 18:10:38 -0400 Subject: [PATCH] feat: update Wizarr service configuration and fix volume path --- nodes/heimdall/wizarr/compose.yaml | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/nodes/heimdall/wizarr/compose.yaml b/nodes/heimdall/wizarr/compose.yaml index c4359ba..4cf022a 100644 --- a/nodes/heimdall/wizarr/compose.yaml +++ b/nodes/heimdall/wizarr/compose.yaml @@ -1,14 +1,3 @@ -############################################################### -# Networks -############################################################### -networks: - proxy-net: - name: proxy-net - external: true - -############################################################### -# Services -############################################################### services: wizarr: container_name: wizarr @@ -17,7 +6,7 @@ services: # ports: # - 5690:5690 volumes: - - /mnt/pve/appdata/wizarr/database:/data/database + - /mnt/appdata/wizarr/data:/data/database restart: unless-stopped networks: - proxy-net @@ -29,3 +18,8 @@ services: - "traefik.http.routers.wizarr.tls.certresolver=cloudflare" - "traefik.http.routers.wizarr.service=wizarr" - "traefik.http.services.wizarr.loadbalancer.server.port=5690" + +networks: + proxy-net: + name: proxy-net + external: true