Overview
- Full name
docker.io/zstar1003/ragflowplus-management-server- Registry
- docker.io
- Namespace
- zstar1003
- Repository
- ragflowplus-management-server
- Cached tags
- 11
- Last synced
- 07/06/2026, 12:56 PM
- Topics
Introduction
RAGFlow Plus 管理后端镜像,提供知识库、用户与任务编排 API,需配合 RAGFlow 前端与向量数据库同栈部署。
Details
zstar1003/ragflowplus-management-server 运行 RAGFlow Plus 的管理面 REST 服务,处理文档 ingestion、权限与检索策略配置。典型用于 RAG 知识库私有化增强版,与原版 infiniflow/ragflow 生态相关但维护独立 fork。镜像非 standalone 问答 UI,需前端与 embedding/向量库;生产固定 tag、API 密钥经 Secret 注入并 HTTPS 反代。
快速启动
docker run -d --name ragflowplus-mgmt \
-p 9380:9380 \
-e MYSQL_HOST=mysql \
docker.io/zstar1003/ragflowplus-management-server:latest
推荐实践
docker run -d --name ragflowplus-mgmt \
--restart unless-stopped \
-p 9380:9380 \
-e MYSQL_HOST=mysql.internal \
-e REDIS_HOST=redis.internal \
-e SECRET_KEY=long-random-key \
docker.io/zstar1003/ragflowplus-management-server:0.14.0
核心参数说明
-p 9380:9380— 管理 API 端口-e MYSQL_HOST— 元数据 MySQL-e REDIS_HOST— 任务队列与缓存-e SECRET_KEY— JWT/会话签名密钥--restart unless-stopped— RAG 管理面持续在线- 固定 tag — 与前端及 worker 版本配套
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: ragflowplus-mgmt
spec:
replicas: 2
selector:
matchLabels:
app: ragflowplus-mgmt
template:
metadata:
labels:
app: ragflowplus-mgmt
spec:
containers:
- name: mgmt
image: docker.io/zstar1003/ragflowplus-management-server:0.14.0
ports:
- containerPort: 9380
envFrom:
- secretRef:
name: ragflowplus-secrets
---
apiVersion: v1
kind: Service
metadata:
name: ragflowplus-mgmt
spec:
selector:
app: ragflowplus-mgmt
ports:
- port: 9380
targetPort: 9380
MySQL/Redis 凭据经 Secret;前端 Ingress 与 embedding worker 同 namespace,向量库 PVC 或外置 Qdrant/ES 按官方 compose 拆分。
Latest tags (20)
View all 11 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/zstar1003/ragflowplus-management-server :v0.5.0 | linux/amd64 | 2025/08/11 00:41 | 6.5 GB | sha256:92b91b006d72… | |||
docker.io/zstar1003/ragflowplus-management-server :v0.4.3 | linux/amd64 | 2025/06/13 21:04 | 6.5 GB | sha256:30f69cc64b14… | |||
docker.io/zstar1003/ragflowplus-management-server :v0.4.2 | linux/amd64 | 2025/06/10 15:50 | 6.5 GB | sha256:b8b49b3c5da1… | |||
docker.io/zstar1003/ragflowplus-management-server :v0.4.1 | linux/amd64 | 2025/06/08 00:38 | 6.5 GB | sha256:0919db5df65c… | |||
docker.io/zstar1003/ragflowplus-management-server :v0.4.0 | linux/amd64 | 2025/06/05 21:05 | 6.5 GB | sha256:f873d769378c… | |||
docker.io/zstar1003/ragflowplus-management-server :v0.3.0 | linux/amd64 | 2025/05/17 20:29 | 6.1 GB | sha256:0d10b837d17b… | |||
docker.io/zstar1003/ragflowplus-management-server :v0.2.1 | linux/amd64 | 2025/04/25 23:02 | 6.1 GB | sha256:d63bb6558f41… | |||
docker.io/zstar1003/ragflowplus-management-server :v0.2.0 | linux/amd64 | 2025/04/19 20:34 | 6.1 GB | sha256:bcd9c75e1d7c… | |||
docker.io/zstar1003/ragflowplus-management-server :v0.1.2 | linux/amd64 | 2025/04/09 23:13 | 397.7 MB | sha256:fe74500025d7… | |||
docker.io/zstar1003/ragflowplus-management-server :v0.1.1 | linux/amd64 | 2025/04/06 00:10 | 397.7 MB | sha256:1b85318d156d… | |||
docker.io/zstar1003/ragflowplus-management-server :v0.1.0 | linux/amd64 | 2025/03/28 21:43 | 397.7 MB | sha256:9b7b447b87e4… |