mirror of
https://github.com/calibrain/shelfmark.git
synced 2026-04-19 21:39:17 -04:00
- Refactored user and request code to avoid any database conflicts - Fix threading behavior with custom script execution - Harden the no_auth activity user filtering - Add a hint to add local admin if none is created - Added secret key to persist login states across updates / restarts
17 lines
574 B
YAML
17 lines
574 B
YAML
services:
|
|
shelfmark-lite:
|
|
image: ghcr.io/calibrain/shelfmark-lite:latest
|
|
container_name: shelfmark-lite
|
|
environment:
|
|
# EXT_BYPASSER_URL: http://flaresolverr:8191 #If using Flaresolverr
|
|
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
|