Files
homeprod/docker/personal/media/films-series/wizarr/docker-compose.yml
dependabot[bot] 4757bd3b07 build(deps): bump wizarrrr/wizarr
Bumps wizarrrr/wizarr from 2025.6.4 to 2025.6.5.

---
updated-dependencies:
- dependency-name: wizarrrr/wizarr
  dependency-version: 2025.6.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-30 02:04:39 +00:00

28 lines
511 B
YAML

services:
wizarr:
container_name: wizarr
image: ghcr.io/wizarrrr/wizarr:2025.6.5
networks:
- default
- proxy
ports:
- 5690:5690
volumes:
- wizarr_data:/data/database
labels:
- "traefik.enable=true"
- "traefik.http.routers.wizarr.rule=Host(`wizarr.local`)"
volumes:
wizarr_data:
driver: local
driver_opts:
type: 'none'
o: 'bind'
device: '/app/wizarr/data'
networks:
proxy:
external: true
name: proxy