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: