feat: Replace Readarr with Bindery

This commit is contained in:
sascha 2026-04-30 16:13:09 +02:00
parent ed7ac312ed
commit a59563cd3e

View file

@ -77,20 +77,21 @@ services:
- data:/data
- tdarr:/tdarr
readarr:
container_name: readarr
image: lscr.io/linuxserver/readarr:0.4.19-nightly
bindery:
container_name: bindery
image: ghcr.io/vavallee/bindery:latest
restart: always
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Berlin
- CONFIG_PATH=/config
networks:
- media_network
ports:
- "8787:8787"
volumes:
- /app-config/arr/readarr:/config
- /app-config/arr/bindery:/config
- data:/data
profilarr: