From 61face243ab828318c2a8aa95b75d2777d77e0e1 Mon Sep 17 00:00:00 2001 From: Luigi Oliveira Date: Fri, 2 May 2025 03:34:23 -0300 Subject: [PATCH] Update docker-compose paths for calibre-web-automated service to use external directories --- coolify/calibre-web-automated/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coolify/calibre-web-automated/docker-compose.yml b/coolify/calibre-web-automated/docker-compose.yml index d77a6d9..d0edf29 100644 --- a/coolify/calibre-web-automated/docker-compose.yml +++ b/coolify/calibre-web-automated/docker-compose.yml @@ -12,9 +12,9 @@ services: # CW users migrating should stop their existing CW instance, make a copy of the config folder, and bind that here to carry over all of their user settings ect. - ./config:/config # This is an ingest dir, NOT a library one. Anything added here will be automatically added to your library according to the settings you have configured in CWA Settings page. All files placed here are REMOVED AFTER PROCESSING - - ./ingest:/cwa-book-ingest + - /mnt/external/Books/calibre-ingest:/cwa-book-ingest # If you don't have an existing library, CWA will automatically create one at the bind provided here - - /mnt/external/Books:/calibre-library + - /mnt/external/Books/calibre-library:/calibre-library ports: # Change the first number to change the port you want to access the Web UI, not the second - 8083:8083