homelab/nodes/heimdall/wizarr/compose.yaml
2026-05-21 13:49:40 -04:00

26 lines
765 B
YAML

services:
wizarr:
container_name: wizarr
mem_limit: 2048m
image: ghcr.io/wizarrrr/wizarr:v2026.4.0
ports:
- 5690:5690
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