replace readarr with bookshelf

This commit is contained in:
2026-02-18 15:28:23 +01:00
parent a4dd2f9f09
commit d05b46203d
5 changed files with 12 additions and 5 deletions

View File

@@ -1,6 +1,9 @@
services:
readarr:
container_name: readarr
# The 'hardcover' tag is the 2026 standard.
# Use 'softcover' only if you need backward compatibility with old Readarr databases.
image: ghcr.io/pennydreadful/bookshelf:hardcover
environment:
- PUID=1000
- PGID=1000
@@ -9,13 +12,12 @@ services:
- "transmission:${HOST_IP}"
- "qbittorrent:${HOST_IP}"
- "jackett:${HOST_IP}"
image: linuxserver/readarr:develop-0.4.18.2805-ls156
ports:
- 18787:8787
restart: unless-stopped
volumes:
- /opt/readarr:/config
- /mnt/yotta/neon/Books/Epub/Readarr:/books
- /mnt/yotta/neon/Books/Epub/Bookshelf:/books
- /media/scratch/transmission:/downloads/transmission
- /media/scratch/qbittorrent:/downloads/qbittorrent
healthcheck: