Files
homeprod/docker/personal/media/films-series/wizarr/docker-compose.yml
dependabot[bot] 39bf5dd6a8 build(deps): bump wizarrrr/wizarr
Bumps wizarrrr/wizarr from 2025.7.4 to 2025.7.6.

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-21 00:29:36 +00:00

28 lines
511 B
YAML

services:
wizarr:
container_name: wizarr
image: ghcr.io/wizarrrr/wizarr:2025.7.6
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