Overview
- Full name
docker.io/rockchin/langbot- Registry
- docker.io
- Namespace
- rockchin
- Repository
- langbot
- Cached tags
- 147
- Last synced
- 07/13/2026, 10:55 AM
Introduction
LangBot 多平台聊天机器人框架镜像,对接 QQ/飞书/Discord 等 IM 与 LLM 插件,自托管 AI 助手网关服务。
Details
rockchin/langbot 运行 LangBot 即时通讯机器人框架,通过插件对接多种 IM 平台与 LLM API,实现群聊/私聊 AI 助手。定位为 IM 机器人 Web/API 网关,需挂载配置 volume 与 LLM API Key;K8s Deployment + Ingress 内网 AI 助手平台。
快速启动
docker run -d --name langbot \
-p 5300:5300 \
-v /data/langbot:/app/data \
docker.io/rockchin/langbot:latest
推荐实践
docker run -d --name langbot \
--restart unless-stopped \
-p 5300:5300 \
-v /data/langbot:/app/data \
-e OPENAI_API_KEY=sk-xxx \
docker.io/rockchin/langbot:3.0.0
核心参数说明
-p 5300:5300— LangBot Web 管理界面-v .../langbot:...— 插件与配置持久化-e OPENAI_API_KEY— LLM API 密钥(高敏)--restart unless-stopped— 机器人服务持续在线
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: langbot
spec:
replicas: 1
selector:
matchLabels:
app: langbot
template:
metadata:
labels:
app: langbot
spec:
containers:
- name: langbot
image: docker.io/rockchin/langbot:3.0.0
ports:
- containerPort: 5300
envFrom:
- secretRef:
name: langbot-llm
volumeMounts:
- name: data
mountPath: /app/data
volumes:
- name: data
persistentVolumeClaim:
claimName: langbot-data
---
apiVersion: v1
kind: Service
metadata:
name: langbot
spec:
selector:
app: langbot
ports:
- port: 5300
targetPort: 5300
Secret 存储 LLM Key;Ingress 限制管理界面访问。
Latest tags (20)
View all 147 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/rockchin/langbot :master | linux/amd64 | 2026/07/13 15:11 | 637.5 MB | sha256:c64bb810578d… | |||
docker.io/rockchin/langbot :fix-embed-session-isolation | linux/amd64 | 2026/07/13 15:08 | 637.6 MB | sha256:8fd4eed9af5a… | |||
docker.io/rockchin/langbot :agent-fix-valkey-windows-dependency | linux/amd64 | 2026/07/13 00:21 | 637.2 MB | sha256:a0670205785d… | |||
docker.io/rockchin/langbot :dev-4.11.x | linux/amd64 | 2026/07/12 20:39 | 616.9 MB | sha256:d301515149da… | |||
docker.io/rockchin/langbot :feat-card_dify_human_input | linux/amd64 | 2026/07/12 19:44 | 637.4 MB | sha256:8e88e18afd5e… | |||
docker.io/rockchin/langbot :codex-fix-mcp-remote-sse-fallback | linux/amd64 | 2026/07/11 21:43 | 629.7 MB | sha256:93554b240a7f… | |||
docker.io/rockchin/langbot :feat-multi-tenants | linux/amd64 | 2026/07/10 12:18 | 637.3 MB | sha256:6a42cbca2701… | |||
docker.io/rockchin/langbot :feature-itchat-adapter | linux/amd64 | 2026/07/06 13:40 | 629.0 MB | sha256:cfbe7db31918… | |||
docker.io/rockchin/langbot :feat-box-default-memory-mb-docs | linux/amd64 | 2026/07/04 15:14 | 628.8 MB | sha256:db1ef9798966… | |||
docker.io/rockchin/langbot :feat-box-default-memory-mb | linux/amd64 | 2026/07/04 14:23 | 628.8 MB | sha256:3ecf12745229… | |||
docker.io/rockchin/langbot :fix-pin-sdk-0.4.13 | linux/amd64 | 2026/07/04 13:42 | 628.8 MB | sha256:1560aaedc043… | |||
docker.io/rockchin/langbot :fix-mcp-session-memory-mb | linux/amd64 | 2026/07/04 10:00 | 628.8 MB | sha256:2e4337e0aa6b… | |||
docker.io/rockchin/langbot :fix-pin-sdk-0.4.12 | linux/amd64 | 2026/07/04 09:30 | 628.8 MB | sha256:de50605e31cb… | |||
docker.io/rockchin/langbot :fix-pin-sdk-0.4.10 | linux/amd64 | 2026/07/04 09:03 | 628.8 MB | sha256:9aabdab49ff2… | |||
docker.io/rockchin/langbot :fix-node-mcp-memory-mb | linux/amd64 | 2026/07/04 08:56 | 652.7 MB | sha256:b5a9380d50e3… | |||
docker.io/rockchin/langbot :codex-fix-mcp-sidebar-status-sync | linux/amd64 | 2026/07/03 20:22 | 628.8 MB | sha256:662b7a2d9476… | |||
docker.io/rockchin/langbot :fix-mcp-logs-missing-import | linux/amd64 | 2026/07/03 17:58 | 628.8 MB | sha256:0e38ac527121… | |||
docker.io/rockchin/langbot :feat-mcp-log-panel-frontend | linux/amd64 | 2026/07/03 16:45 | 628.8 MB | sha256:429886f998b1… | |||
docker.io/rockchin/langbot :fix-mcp-coldstart-preserve-timing | linux/amd64 | 2026/07/03 15:25 | 628.8 MB | sha256:545d94ef85e7… | |||
docker.io/rockchin/langbot :feat-mcp-log-panel | linux/amd64 | 2026/07/03 15:15 | 628.8 MB | sha256:5b6b72e69e3d… |