Lobe-Chat Docker Deployment

an open-source, high-performance chatbot framework that supports speech synthesis, multimodal, and extensible (function Call) plugin system.

Lobe-Chat Docker Deployment

Currently there are tons of open source AI chatbot & web-ui. Lobe-Chat is one of the good ones.
Official repo:

GitHub - lobehub/lobe-chat: šŸ¤– Lobe Chat - an open-source, high-performance chatbot framework that supports speech synthesis, multimodal, and extensible Function Call plugin system. Supports one-click free deployment of your private ChatGPT/LLM web application.
šŸ¤– Lobe Chat - an open-source, high-performance chatbot framework that supports speech synthesis, multimodal, and extensible Function Call plugin system. Supports one-click free deployment of your pā€¦
  • Create docker-compose.yml
mkdir lobe-chat && cd lobe-chat
nano docker-compose.yml
version: "3.9"

services:
  lobe-chat:
    image: lobehub/lobe-chat:v0.119.11
    container_name: lobe-chat
    ports:
      - 3210:3210
    environment:
      - OPENAI_API_KEY=your_openai_key
      - ACCESS_CODE=your_access_code
  • Bring up the container
docker compose up -d
Demo with web scraping plugin


Copyright statement: Unless otherwise stated, all articles on this blog adopt the CC BY-NC-SA 4.0 license agreement. For non-commercial reprints and citations, please indicate the author: Henry, and original article URL. For commercial reprints, please contact the author for authorization.