Update komodo/arr/download-clients/compose.yaml
Added shelfmark for bookdownloading
This commit is contained in:
@@ -56,5 +56,22 @@ services:
|
||||
ports:
|
||||
- "8888:8888"
|
||||
restart: unless-stopped
|
||||
shelfmark:
|
||||
image: ghcr.io/calibrain/shelfmark:latest
|
||||
container_name: shelfmark
|
||||
environment:
|
||||
PUID: ${PUID}
|
||||
PGID: ${PGID}
|
||||
ports:
|
||||
- 8084:8084
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ${DATA_PATH}/media/books:/books # Default destination for book downloads
|
||||
- shelfmark:/config # App configuration
|
||||
# Required for torrent / usenet - path must match your download client's volume exactly
|
||||
- ${DATA_PATH}/torrents:/downloads/torrents
|
||||
- ${DATA_PATH}/usenset:/downloads/usenet
|
||||
# - /path/to/downloads:/path/to/downloads
|
||||
volumes:
|
||||
qbittorrent-pia:
|
||||
shelfmark:
|
||||
|
||||
Reference in New Issue
Block a user