mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-22 06:00:56 +02:00
🐳 docs: Add deploy to Zeabur button and guide (#1727)
* 🐳 docs: Add deploy to Zeabur button in README.md * 🐳 docs: Add deploy to Zeabur guide in docs
This commit is contained in:
parent
c31d5d9a1d
commit
d1cf02b5a8
3 changed files with 48 additions and 1 deletions
|
@ -30,6 +30,9 @@
|
|||
<a href="https://railway.app/template/b5k2mn?referralCode=HI9hWz">
|
||||
<img src="https://railway.app/button.svg" alt="Deploy on Railway" height="30">
|
||||
</a>
|
||||
<a href="https://zeabur.com/templates/0X2ZY8">
|
||||
<img src="https://zeabur.com/button.svg" alt="Deploy on Zeabur" height="30"/>
|
||||
</a>
|
||||
<a href="https://template.cloud.sealos.io/deploy?templateName=librechat">
|
||||
<img src="https://raw.githubusercontent.com/labring-actions/templates/main/Deploy-on-Sealos.svg" alt="Deploy on Sealos" height="30">
|
||||
</a>
|
||||
|
|
|
@ -15,4 +15,5 @@ weight: 3
|
|||
* ⏹️ [Render](render.md)
|
||||
* 🔎 [Meilisearch in Render](meilisearch_in_render.md)
|
||||
* 🏗️ [Hetzner](hetzner_ubuntu.md)
|
||||
* 🌈 [Heroku](heroku.md)
|
||||
* 🌈 [Heroku](heroku.md)
|
||||
* 🦓 [Zeabur](zeabur.md)
|
||||
|
|
43
docs/deployment/zeabur.md
Normal file
43
docs/deployment/zeabur.md
Normal file
|
@ -0,0 +1,43 @@
|
|||
---
|
||||
title: 🦓 Zeabur
|
||||
description: Instructions for deploying LibreChat on Zeabur
|
||||
weight: -1
|
||||
---
|
||||
# Zeabur Deployment
|
||||
|
||||
This guide will walk you through deploying LibreChat on Zeabur.
|
||||
|
||||
## Sign up for a Zeabur account
|
||||
|
||||
If you don't have a Zeabur account, you need to sign up for one.
|
||||
Visit [here](https://zeabur.com/login) and click on `Login with GitHub` to create an account and sign in.
|
||||
|
||||

|
||||
|
||||
## Deploy with button
|
||||
|
||||
Zeabur has already prepared a one-click deployment template for LibreChat, so you can start the deployment directly by clicking the button below without any additional configuration.
|
||||
|
||||
[](https://zeabur.com/templates/0X2ZY8)
|
||||
|
||||
In the template page, select the region where you want to deploy LibreChat, and then click the Deploy button to start the deployment.
|
||||
|
||||

|
||||
|
||||
## Bind a domain
|
||||
|
||||
After the deployment is complete, you will find that there is a new project in your Zeabur account, which contains three services: a MongoDB, a Meilisearch, and a LibreChat.
|
||||
|
||||

|
||||
|
||||
To access your deployed LibreChat, you need to select the LibreChat service, click on the Network tab below, and then click Generate Domain to create a subdomain under .zeabur.app.
|
||||
|
||||

|
||||
|
||||
## Conclusion
|
||||
|
||||
You can now access it by clicking the link.
|
||||
|
||||

|
||||
|
||||
Congratulations! You've successfully deployed LibreChat on Zeabur.
|
Loading…
Add table
Add a link
Reference in a new issue