15 lines
570 B
Plaintext
15 lines
570 B
Plaintext
# Local compose defaults. Copy to .env when you need machine-specific paths.
|
|
|
|
# Images used by docker-compose.yaml.
|
|
READABOOK_REGISTRY=gitea.anthonybouteiller.ovh/blomios/readabook
|
|
READABOOK_TAG=latest
|
|
|
|
# Directory mounted read-only as /library in the API container.
|
|
READABOOK_LIBRARY_HOST_PATH=./data/library
|
|
|
|
# Optional path accepted by the API and translated to /library.
|
|
# For QA with the real local corpus, set for example:
|
|
# READABOOK_LIBRARY_HOST_PATH=./Books
|
|
# READABOOK_LIBRARY_ALIAS_FROM=/absolute/path/to/ReadaBook/Books
|
|
READABOOK_LIBRARY_ALIAS_FROM=/library
|