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
|
- data:/data
|
||||||
- tdarr:/tdarr
|
- tdarr:/tdarr
|
||||||
|
|
||||||
readarr:
|
bindery:
|
||||||
container_name: readarr
|
container_name: bindery
|
||||||
image: lscr.io/linuxserver/readarr:0.4.19-nightly
|
image: ghcr.io/vavallee/bindery:latest
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- TZ=Europe/Berlin
|
- TZ=Europe/Berlin
|
||||||
|
- CONFIG_PATH=/config
|
||||||
networks:
|
networks:
|
||||||
- media_network
|
- media_network
|
||||||
ports:
|
ports:
|
||||||
- "8787:8787"
|
- "8787:8787"
|
||||||
volumes:
|
volumes:
|
||||||
- /app-config/arr/readarr:/config
|
- /app-config/arr/bindery:/config
|
||||||
- data:/data
|
- data:/data
|
||||||
|
|
||||||
profilarr:
|
profilarr:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue