feat: Replace Readarr with Bindery
This commit is contained in:
parent
ed7ac312ed
commit
a59563cd3e
1 changed files with 5 additions and 4 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue