Mount metadata from the services volume

This commit is contained in:
Colin Hebert
2023-12-23 08:47:37 +01:00
parent 9d8c27e407
commit 900ad38ad1

View File

@@ -13,6 +13,7 @@ services:
volumes:
- ${NASCOMPOSE_SERVICES?}/ebook-reader/volumes/calibre_config/:/config/
- ${NASCOMPOSE_DATA?}/media/ebooks/:/ebooks/
- ${NASCOMPOSE_SERVICES?}/ebook-reader/volumes/calibre_database/metadata.db:/ebooks/metadata.db
restart: unless-stopped
labels:
traefik.enable: true
@@ -31,6 +32,7 @@ services:
volumes:
- ${NASCOMPOSE_SERVICES?}/ebook-reader/volumes/calibre-web_config/:/config/
- ${NASCOMPOSE_DATA?}/media/ebooks/:/books/
- ${NASCOMPOSE_SERVICES?}/ebook-reader/volumes/calibre_database/metadata.db:/ebooks/metadata.db
restart: unless-stopped
labels:
traefik.enable: true