This guide covers multiple deployment options for LobeChat, from quick local testing to production-ready server deployments.
LobeChat supports one-click deployment to multiple platforms:
# Create directory and navigate
mkdir lobe-chat && cd lobe-chat
# Run with Docker
docker run -d -p 3210:3210 lobehub/lobe-chat:latest
Access at http://localhost:3210.
| Component | Minimum | Recommended |
|---|---|---|
| CPU | 2 cores | 4+ cores |
| RAM | 4 GB | 8+ GB |
| Disk | 10 GB | 20+ GB |
| Docker | 20.10.0+ | Latest |
After deployment, configure LobeChat:
Key environment variables:
# Required
OPENAI_API_KEY=sk-...
# Optional
OPENAI_PROXY_URL=http://localhost:7890
OPENAI_MODEL_LIST=+gpt-4,-gpt-3.5-turbo
KEY_VAULTS_SECRET=your-secret-key
See Environment Variables for complete list.
Any questions?
Feel free to contact us. Find all contact information on our contact page.