replace readarr with bookshelf
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user