Adding Wizarr service.

This commit is contained in:
2025-06-30 15:31:07 -04:00
parent b2526e9378
commit bd8c963d86
+28
View File
@@ -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: