mirror of
https://github.com/calibrain/shelfmark.git
synced 2026-02-19 23:37:51 -05:00
- URL normalization (WIP) for external clients / prowlarr / booklore URLs used. - More robust handling of Windows path directories in mapping - UI tweaks - Compose clean-ups
16 lines
485 B
YAML
16 lines
485 B
YAML
services:
|
|
shelfmark:
|
|
image: ghcr.io/calibrain/shelfmark:latest
|
|
container_name: shelfmark
|
|
environment:
|
|
PUID: 1000
|
|
PGID: 1000
|
|
ports:
|
|
- 8084:8084
|
|
restart: unless-stopped
|
|
volumes:
|
|
- /path/to/books:/books # Default destination for book downloads
|
|
- /path/to/config:/config # App configuration
|
|
# Required for torrent / usenet - path must match your download client's volume exactly
|
|
# - /path/to/downloads:/path/to/downloads
|