From bd8c963d86886b2a55c1916d0012dd407f56718d Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Mon, 30 Jun 2025 15:31:07 -0400 Subject: [PATCH] Adding Wizarr service. --- docker-compose.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index 23bc7563..5474f877 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6069,6 +6069,34 @@ services: swag.uptime-kuma.monitor.url: https://dbs.${MY_TLD} swag.uptime-kuma.monitor.interval: 300 restart: unless-stopped + wizarr: + container_name: wizarr + depends_on: + authelia: + condition: service_started + required: true + environment: + PUID: ${PUID} + PGID: ${PGID} + DISABLE_BUILTIN_AUTH: true + TZ: ${TZ} + image: ghcr.io/wizarrrr/wizarr + labels: + homepage.group: Servarr Stack + homepage.name: Wizarr + homepage.href: https://wizarr.${MY_TLD} + homepage.icon: wizarr.svg + homepage.description: User invitation management system for Jellyfin, Plex, and Emby + swag: enable + swag.uptime-kuma.enabled: true + swag.uptime-kuma.monitor.url: https://sonarr.${MY_TLD} + swag.uptime-kuma.monitor.interval: 300 + ports: + - 5690:5690 + restart: unless-stopped + volumes: + - ${DOCKER_VOLUME_CONFIG}/wizarr/database:/data/database + - ${DOCKER_VOLUME_CONFIG}/wizarr/wizard:/data/wizard_steps youtubedl: container_name: youtubedl environment: