mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 00:40:14 +01:00
📝 docs: Enhance LibreChat Docker deployment guide (#1796)
- 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.
This commit is contained in:
parent
04af1cad52
commit
c7020e8651
1 changed files with 14 additions and 0 deletions
|
|
@ -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)
|
## [LibreChat Azure Deployment](https://github.com/thunderbug1/LibreChatAzureDeployment)
|
||||||
|
|
||||||
A Terraform setup to deploy LibreChat to Azure and setup all the necessary services.
|
A Terraform setup to deploy LibreChat to Azure and setup all the necessary services.
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Microsoft_Azure.svg/1280px-Microsoft_Azure.svg.png" width=150>
|
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Microsoft_Azure.svg/1280px-Microsoft_Azure.svg.png" width=150>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## [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.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue