From c7020e865176470ee0ea9b69707555c1cad85b3f Mon Sep 17 00:00:00 2001 From: CXwudi Date: Wed, 14 Feb 2024 09:42:12 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs:=20Enhance=20LibreChat=20Do?= =?UTF-8?q?cker=20deployment=20guide=20(#1796)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Revise the description for clarity and conciseness. - Provide a direct comparison between the advanced Docker Compose deployment and the simpler `docker-compose.override.yml` setup. - Update screenshot link for visual reference. --- docs/features/third_party.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/features/third_party.md b/docs/features/third_party.md index 3161e44040..0f28997455 100644 --- a/docs/features/third_party.md +++ b/docs/features/third_party.md @@ -41,10 +41,24 @@ This script automates the local Windows 64 bits installation and offers a utilit --- ## [LibreChat Azure Deployment](https://github.com/thunderbug1/LibreChatAzureDeployment) + A Terraform setup to deploy LibreChat to Azure and setup all the necessary services. +
--- +## [LibreChat Enhanced Docker Compose Deployment](https://github.com/CXwudi/librechat-docker-deployment) + +This repository offers an advanced example of deploying LibreChat with Docker Compose. It includes several benefits but is more complex to configure. + +It serves as a valuable reference for those requiring sophisticated configurations for their setup. + +For simpler setups, consider using [the `docker-compose.override.yml` file](../install/configuration/docker_override.md) for an easier LibreChat deployment process. + +![Screenshot 2024-02-13 175651](https://github.com/CXwudi/LibreChat-doc/assets/17377423/53dfb88f-ea1e-4fc2-8952-4069b281a272) + +--- +