forked from FrederikBaerentsen/ComicOPDS
Updated compose file
This commit is contained in:
10
compose.yaml
10
compose.yaml
@@ -2,16 +2,20 @@ services:
|
|||||||
comicopds:
|
comicopds:
|
||||||
build: .
|
build: .
|
||||||
ports:
|
ports:
|
||||||
- "8382:8080"
|
- "8080:8080"
|
||||||
environment:
|
environment:
|
||||||
CONTENT_BASE_DIR: /library
|
CONTENT_BASE_DIR: /library
|
||||||
PAGE_SIZE: "50"
|
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
|
URL_PREFIX: "" # or "/comics" if served under a subpath
|
||||||
|
DISABLE_AUTH: "true"
|
||||||
OPDS_BASIC_USER: "admin"
|
OPDS_BASIC_USER: "admin"
|
||||||
OPDS_BASIC_PASS: "change-me"
|
OPDS_BASIC_PASS: "change-me"
|
||||||
ENABLE_WATCH: "false" # true/false (not 1/0)
|
ENABLE_WATCH: "false" # true/false (not 1/0)
|
||||||
AUTO_INDEX_ON_START: "false"
|
AUTO_INDEX_ON_START: "false"
|
||||||
|
PRECACHE_THUMBS: "true"
|
||||||
|
PRECACHE_ON_START: "false" # trigger at boot
|
||||||
|
THUMB_WORKERS: "3" # tune for your CPU/IO
|
||||||
volumes:
|
volumes:
|
||||||
- "/mnt/disk1/Comics/ComicRack/:/library:ro"
|
- "./Comics:/library:ro"
|
||||||
- ./data:/data
|
- ./data:/data
|
||||||
|
|||||||
Reference in New Issue
Block a user