From 2e1fb3b3a9ea2c277d593ca5891e744b0c01a7f6 Mon Sep 17 00:00:00 2001 From: Sunil Shrestha Date: Mon, 10 Nov 2025 10:25:31 +0545 Subject: [PATCH] fix(librechat): remove predefined persistent volume mounts from template.toml --- blueprints/librechat/template.toml | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/blueprints/librechat/template.toml b/blueprints/librechat/template.toml index 3c74806c..744a1745 100644 --- a/blueprints/librechat/template.toml +++ b/blueprints/librechat/template.toml @@ -67,27 +67,6 @@ CHUNK_SIZE=1500 CHUNK_OVERLAP=100 -# Persistent data volumes -[[config.mounts]] -volumeName = "mongo_data" -mountPath = "/data/db" -backup = true - -[[config.mounts]] -volumeName = "meili_data" -mountPath = "/meili_data" -backup = true - -[[config.mounts]] -volumeName = "postgres_data" -mountPath = "/var/lib/postgresql/data" -backup = true - -# Application data directories -[[config.mounts]] -volumeName = "librechat_data" -mountPath = "/app" -backup = true [[config.mounts]] filePath = "librechat.yaml"