Overlay metadata.db into /ebooks for calibre-web. Split database and library location feature not working properly.
Some checks are pending
Stacks CICD / Setup (push) Waiting to run

This commit is contained in:
Joey Hafner 2024-09-02 13:54:43 -07:00
parent a5011edbe2
commit 23fde7821e
No known key found for this signature in database

View File

@ -97,7 +97,7 @@ services:
volumes:
- "${EBOOKS_LIBRARY}:/ebooks"
- "${DOCKER_DATA}/calibre-web:/config"
- "${DOCKER_DATA}/calibre/metadata.db:/metadata.db"
- "${DOCKER_DATA}/calibre/metadata.db:/ebooks/metadata.db"
labels:
traefik.http.routers.books-calibre-web.middlewares: lan-only@file,traefik-forward-auth-privileged@file
traefik.http.routers.books-calibre-web.rule: Host(`calibreweb.books.jafner.net`)