Skip to content

Template · AI & LLM

LibreChat

Multi-provider AI chat UI (OpenAI, Anthropic, Google…) with MongoDB.

Deploy on Skiffly

Opens the dashboard with this template pre-selected. Sign in with GitHub if you are new; the free tier needs no card.

  • MongoDBmongo:7
  • LibreChatghcr.io/danny-avila/librechat:latest
Upstream documentation

What gets deployed

2 services in the environment you pick, on the private network of the project.

About this template

ghcr.io/danny-avila/librechat:latest + MongoDB 7. Provide at least one provider key (OPENAI_API_KEY is asked at deploy).

MongoDB

Image: mongo:7

  • Port 27017/tcp
  • 10 GB volume at /data/db
  • 1 vCPU · 1 GB

LibreChat

Image: ghcr.io/danny-avila/librechat:latest

  • Port 3080/http
  • Public domain with TLS
  • 2 GB volume at /app/client/public/images
  • 5 GB volume at /app/uploads
  • 1 vCPU · 1 GB
  • /health

Variables

Generated secrets never leave the platform; references are resolved on the private network. Anything marked required is asked for at deploy time.

MongoDB

NameValue
MONGO_INITDB_ROOT_USERNAMEmongo
MONGO_INITDB_ROOT_PASSWORDgenerated (password)
MONGO_INITDB_DATABASELibreChat
MONGO_URLmongodb://${{self.MONGO_INITDB_ROOT_USERNAME}}:${{self.MONGO_INITDB_ROOT_PASSWORD}}@${{self.SKIFFLY_PRIVATE_DOMAIN}}:27017/${{self.MONGO_INITDB_DATABASE}}?authSource=admin

LibreChat

NameValue
HOST0.0.0.0
PORT3080
DOMAIN_CLIENThttps://${{self.SKIFFLY_PUBLIC_DOMAIN}}
DOMAIN_SERVERhttps://${{self.SKIFFLY_PUBLIC_DOMAIN}}
MONGO_URI${{MongoDB.MONGO_URL}}
JWT_SECRETgenerated (hex64)
JWT_REFRESH_SECRETgenerated (hex64)
CREDS_KEYgenerated (hex64)
CREDS_IVgenerated (hex32)
OPENAI_API_KEYrequired at deployOpenAI API key (or set ANTHROPIC_API_KEY / GOOGLE_KEY later)
SEARCHfalse
ALLOW_REGISTRATIONtrue

Deploy button for your README

Add a one-click deploy link to your repository or docs. Two variants: for light and dark backgrounds.

Deploy on SkifflyDeploy on Skiffly
Markdown · Light background
[![Deploy on Skiffly](https://skiffly.dev/button.svg)](https://skiffly.dev/templates/librechat)
Markdown · Dark background
[![Deploy on Skiffly](https://skiffly.dev/button-dark.svg)](https://skiffly.dev/templates/librechat)
HTML
<a href="https://skiffly.dev/templates/librechat"><img src="https://skiffly.dev/button.svg" alt="Deploy on Skiffly" height="32"></a>

Deploy LibreChat in one click

Volumes, secrets and domain pre-wired. Runs on EU nodes, paid per minute from a prepaid balance.