From 2bd184ba908f8d5ab382971d6f4747525bc06519 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kucharczyk?= Date: Tue, 30 Dec 2025 07:44:02 +0100 Subject: [PATCH] syncthing/calibre: move to slow storage --- docker-compose.yml | 4 ++-- services/calibre-web.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 48a048e..18866ff 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -442,8 +442,8 @@ services: image: lscr.io/linuxserver/syncthing:1.28.1 container_name: syncthing volumes: - - "${DOCKER_STORAGE_PATH}/syncthing:/config" - - "${DOCKER_STORAGE_PATH}/syncthing/shares:/shares" + - "${DOCKER_STORAGE_PATH_SLOW}/syncthing:/config" + - "${DOCKER_STORAGE_PATH_SLOW}/syncthing/shares:/shares" - "${STORAGE_PATH}:/storage" ports: - "${SYNCTHING_EXTERNAL_PORT1}:${SYNCTHING_INTERNAL_PORT1}" diff --git a/services/calibre-web.yml b/services/calibre-web.yml index fea3603..ef68dd2 100644 --- a/services/calibre-web.yml +++ b/services/calibre-web.yml @@ -16,5 +16,5 @@ services: - PGID=${PGID} volumes: - "${DOCKER_STORAGE_PATH}/calibre-web:/config" - - "${DOCKER_STORAGE_PATH}/syncthing/shares/Calibre Library:/books" + - "${DOCKER_STORAGE_PATH_SLOW}/syncthing/shares/Calibre Library:/books" restart: unless-stopped