Updated compose file

This commit is contained in:
2025-09-09 11:15:23 +02:00
parent 932b51beb5
commit e809a518fb

View File

@@ -2,16 +2,20 @@ services:
comicopds:
build: .
ports:
- "8382:8080"
- "8080:8080"
environment:
CONTENT_BASE_DIR: /library
PAGE_SIZE: "50"
SERVER_BASE: "http://192.168.10.109:8382" # <- set to your public domain
SERVER_BASE: "http://10.0.0.1" # <- set to your public domain
URL_PREFIX: "" # or "/comics" if served under a subpath
DISABLE_AUTH: "true"
OPDS_BASIC_USER: "admin"
OPDS_BASIC_PASS: "change-me"
ENABLE_WATCH: "false" # true/false (not 1/0)
AUTO_INDEX_ON_START: "false"
PRECACHE_THUMBS: "true"
PRECACHE_ON_START: "false" # trigger at boot
THUMB_WORKERS: "3" # tune for your CPU/IO
volumes:
- "/mnt/disk1/Comics/ComicRack/:/library:ro"
- "./Comics:/library:ro"
- ./data:/data