From 1344093a130089a83bccfce37160c1c1b006a2b9 Mon Sep 17 00:00:00 2001 From: Gauthier POGAM--LE MONTAGNER Date: Tue, 31 Mar 2026 19:16:44 +0200 Subject: [PATCH 1/5] fix(service): fix librechat healthcheck --- templates/compose/librechat.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose/librechat.yaml b/templates/compose/librechat.yaml index 575411443..952937b2c 100644 --- a/templates/compose/librechat.yaml +++ b/templates/compose/librechat.yaml @@ -64,7 +64,7 @@ services: "--no-verbose", "--tries=1", "--spider", - "http://127.0.0.1:3080/api/health", + "http://127.0.0.1:3080/health", ] interval: 5s timeout: 10s From 3a252fa64b829a4db797217a8d6c482af80be43c Mon Sep 17 00:00:00 2001 From: Gauthier POGAM--LE MONTAGNER Date: Tue, 31 Mar 2026 19:17:21 +0200 Subject: [PATCH 2/5] feat(service): upgrade meilisearch image to v1.35.1 in librechat template --- templates/compose/librechat.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose/librechat.yaml b/templates/compose/librechat.yaml index 952937b2c..ee4c10b93 100644 --- a/templates/compose/librechat.yaml +++ b/templates/compose/librechat.yaml @@ -92,7 +92,7 @@ services: retries: 3 meilisearch: - image: getmeili/meilisearch:v1.12.3 + image: getmeili/meilisearch:v1.35.1 environment: - MEILI_MASTER_KEY=${SERVICE_PASSWORD_MEILI} - MEILI_NO_ANALYTICS=${MEILI_NO_ANALYTICS:-false} From 68930a5d79b9dd49284f8186781dc639b5f84eb9 Mon Sep 17 00:00:00 2001 From: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com> Date: Fri, 3 Apr 2026 18:28:46 +0530 Subject: [PATCH 3/5] pin librechat service api to static version --- templates/compose/librechat.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose/librechat.yaml b/templates/compose/librechat.yaml index ee4c10b93..f473985de 100644 --- a/templates/compose/librechat.yaml +++ b/templates/compose/librechat.yaml @@ -7,7 +7,7 @@ services: librechat: - image: ghcr.io/danny-avila/librechat-dev-api:latest + image: ghcr.io/danny-avila/librechat-dev-api:6ecd1b510faaa593ad954fb6276c18e5f12a8e53 # Released on April 2 environment: - SERVICE_URL_LIBRECHAT_3080 - DOMAIN_CLIENT=${SERVICE_URL_LIBRECHAT} From 9ae5725aa45b04e5eb62f722a6728680be0b44ac Mon Sep 17 00:00:00 2001 From: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com> Date: Fri, 3 Apr 2026 18:28:59 +0530 Subject: [PATCH 4/5] pin librechat service rag api to static version --- templates/compose/librechat.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose/librechat.yaml b/templates/compose/librechat.yaml index f473985de..2c66e9c3b 100644 --- a/templates/compose/librechat.yaml +++ b/templates/compose/librechat.yaml @@ -129,7 +129,7 @@ services: start_period: 10s rag-api: - image: ghcr.io/danny-avila/librechat-rag-api-dev-lite:latest + image: ghcr.io/danny-avila/librechat-rag-api-dev-lite:v0.7.3 environment: - POSTGRES_DB=rag - POSTGRES_USER=${SERVICE_USER_POSTGRES} From 452a8ffb33da54fb8a1211c37749079cf3765fdf Mon Sep 17 00:00:00 2001 From: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com> Date: Fri, 3 Apr 2026 18:29:44 +0530 Subject: [PATCH 5/5] pin librechat service pgvector to static version This docker image is abandoned, in future we have to swap it to a well maintained one, for time being we can use this one --- templates/compose/librechat.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose/librechat.yaml b/templates/compose/librechat.yaml index 2c66e9c3b..66ac35aca 100644 --- a/templates/compose/librechat.yaml +++ b/templates/compose/librechat.yaml @@ -107,7 +107,7 @@ services: retries: 15 vectordb: - image: ankane/pgvector:latest + image: ankane/pgvector:v0.5.1 # pgvector by ankane is archived and not maintained, in future we have to swap this image to something else that is well maintained environment: - POSTGRES_DB=rag - POSTGRES_USER=${SERVICE_USER_POSTGRES}