homelab/nodes/heimdall/wizarr/compose.yaml

28 lines
859 B
YAML

services:
wizarr:
container_name: wizarr
mem_limit: 2048m
image: ghcr.io/wizarrrr/wizarr:v2026.4.0
<<<<<<< HEAD
ports:
- 5690:5690
=======
>>>>>>> bbe6f8a (fix(wizarr): remove commented-out ports configuration)
volumes:
- /mnt/appdata/wizarr/data:/data/database
restart: unless-stopped
networks:
- proxy-net
labels:
- "traefik.enable=true"
- "traefik.http.routers.wizarr.entrypoints=websecure"
- "traefik.http.routers.wizarr.rule=Host(`wizarr.castaldifamily.com`)"
- "traefik.http.routers.wizarr.tls=true"
- "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