mirror of
https://github.com/calibrain/shelfmark.git
synced 2026-06-12 07:14:36 -04:00
17 lines
501 B
YAML
17 lines
501 B
YAML
services:
|
|
shelfmark:
|
|
image: ghcr.io/calibrain/shelfmark:dev
|
|
container_name: shelfmark
|
|
environment:
|
|
# TZ: America/New_York
|
|
# PUID: 1000
|
|
# PGID: 1000
|
|
ports:
|
|
- 8084:8084
|
|
restart: unless-stopped
|
|
volumes:
|
|
- /path/to/books:/books # Book destination directory
|
|
- /path/to/config:/config # App configuration
|
|
# Download client mount - path must match your torrent/usenet client's volume exactly
|
|
# - /path/to/downloads:/path/to/downloads
|