Overview
- Full name
docker.io/zstar1003/ragflowplus-management-web- Registry
- docker.io
- Namespace
- zstar1003
- Repository
- ragflowplus-management-web
- Cached tags
- 11
- Last synced
- 07/06/2026, 03:56 PM
- Topics
Introduction
RAGFlow Plus 管理后台 Web 前端镜像,用于配置知识库、模型与检索流水线,需连接 RAGFlow Plus 后端 API 服务。
Details
zstar1003/ragflowplus-management-web 提供 RAGFlow Plus 平台的浏览器管理界面,管理员在此创建知识库、上传文档、配置 Embedding 模型与对话应用。镜像为无状态前端,通过环境变量指向后端 API;不可脱离 RAGFlow 核心服务与向量数据库独立运行。与原版 RAGFlow 相比 Plus 版可能含增强插件;生产应固定 tag、HTTPS Ingress,API 地址指向内网。
快速启动
docker run -d --name ragflowplus-web \
-p 3000:3000 \
-e API_BASE_URL=http://ragflowplus-api:9380 \
docker.io/zstar1003/ragflowplus-management-web:latest
推荐实践
docker run -d --name ragflowplus-web \
--restart unless-stopped \
-p 3000:3000 \
-e API_BASE_URL=https://ragflowplus-api.internal \
-e TZ=Asia/Shanghai \
docker.io/zstar1003/ragflowplus-management-web:1.0.0
核心参数说明
-p 3000:3000— 管理 Web UI 端口-e API_BASE_URL— RAGFlow Plus 后端 API 基址-e TZ— 界面与日志时区--restart unless-stopped— 管理台持续可用- 固定 tag — 与 ragflowplus-api 版本同步
- 依赖 — 后端需 Elasticsearch/MinIO 等组件
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: ragflowplus-management-web
spec:
replicas: 2
selector:
matchLabels:
app: ragflowplus-web
template:
metadata:
labels:
app: ragflowplus-web
spec:
containers:
- name: web
image: docker.io/zstar1003/ragflowplus-management-web:1.0.0
ports:
- containerPort: 3000
env:
- name: API_BASE_URL
value: http://ragflowplus-api:9380
---
apiVersion: v1
kind: Service
metadata:
name: ragflowplus-management-web
spec:
selector:
app: ragflowplus-web
ports:
- port: 3000
targetPort: 3000
前端无状态可 HPA;Ingress 配置 TLS,API 反代至 ragflowplus-api Service,与向量库等后端一并发布。
Latest tags (20)
View all 11 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/zstar1003/ragflowplus-management-web :v0.5.0 | linux/amd64 | 2025/08/11 00:33 | 22.0 MB | sha256:3e6b6395d6d5… | |||
docker.io/zstar1003/ragflowplus-management-web :v0.4.3 | linux/amd64 | 2025/06/13 20:48 | 20.6 MB | sha256:49a6f3b8295c… | |||
docker.io/zstar1003/ragflowplus-management-web :v0.4.2 | linux/amd64 | 2025/06/10 15:31 | 20.6 MB | sha256:91f2bd38e234… | |||
docker.io/zstar1003/ragflowplus-management-web :v0.4.1 | linux/amd64 | 2025/06/08 00:20 | 20.6 MB | sha256:0707031fe22e… | |||
docker.io/zstar1003/ragflowplus-management-web :v0.4.0 | linux/amd64 | 2025/06/05 20:43 | 20.6 MB | sha256:ff86a759387d… | |||
docker.io/zstar1003/ragflowplus-management-web :v0.3.0 | linux/amd64 | 2025/05/17 20:15 | 20.6 MB | sha256:ad2ececc8aa7… | |||
docker.io/zstar1003/ragflowplus-management-web :v0.2.1 | linux/amd64 | 2025/04/25 22:56 | 20.6 MB | sha256:542ccf251332… | |||
docker.io/zstar1003/ragflowplus-management-web :v0.2.0 | linux/amd64 | 2025/04/19 20:18 | 20.6 MB | sha256:24c535670913… | |||
docker.io/zstar1003/ragflowplus-management-web :v0.1.2 | linux/amd64 | 2025/04/09 23:15 | 20.4 MB | sha256:44d97207d664… | |||
docker.io/zstar1003/ragflowplus-management-web :v0.1.1 | linux/amd64 | 2025/04/06 00:08 | 20.4 MB | sha256:7404dba23de3… | |||
docker.io/zstar1003/ragflowplus-management-web :v0.1.0 | linux/amd64 | 2025/03/28 21:41 | 20.4 MB | sha256:66828139b7df… |