Overview
- Full name
docker.io/cozedev/coze-studio-web- Registry
- docker.io
- Namespace
- cozedev
- Repository
- coze-studio-web
- Cached tags
- 11
- Last synced
- 07/13/2026, 12:49 PM
Introduction
Coze Studio Web 前端镜像,字节 Coze 低代码 AI Bot 开发平台 UI,需 coze-studio 后端 API 配套部署。
Details
cozedev/coze-studio-web 运行 Coze Studio 开源 AI Bot 开发平台 Web 前端,提供 Bot 编排、工作流设计与调试界面。定位为 Coze 平台 UI 前端,需 coze-studio 后端与数据库配套;企业私有化 AI Agent 开发平台、低代码 Bot 构建或 Coze 开源版 Web 门户。
快速启动
docker run -d --name coze-studio-web \
-p 3000:80 \
-e API_BASE_URL=http://coze-studio:8888 \
docker.io/cozedev/coze-studio-web:latest
推荐实践
docker run -d --name coze-studio-web \
--restart unless-stopped \
-p 3000:80 \
-e API_BASE_URL=https://api.coze.example.com \
docker.io/cozedev/coze-studio-web:1.0.0
核心参数说明
-p 3000:80— Coze Studio Web UIAPI_BASE_URL— 后端 API 地址- 配对 — coze-studio 后端服务
- 访问 — 建议 HTTPS 反代
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: coze-studio-web
spec:
replicas: 2
selector:
matchLabels:
app: coze-studio-web
template:
metadata:
labels:
app: coze-studio-web
spec:
containers:
- name: web
image: docker.io/cozedev/coze-studio-web:1.0.0
ports:
- containerPort: 80
env:
- name: API_BASE_URL
value: http://coze-studio:8888
---
apiVersion: v1
kind: Service
metadata:
name: coze-studio-web
spec:
selector:
app: coze-studio-web
ports:
- port: 80
targetPort: 80
Ingress 暴露前端;与后端同 namespace。
Latest tags (20)
View all 11 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/cozedev/coze-studio-web :0.5.1 | linux/amd64linux/arm64 | 2026/02/05 14:03 | 75.9 MB | sha256:207102379ac2… | |||
docker.io/cozedev/coze-studio-web :latest | linux/amd64linux/arm64 | 2026/02/05 14:03 | 75.9 MB | sha256:207102379ac2… | |||
docker.io/cozedev/coze-studio-web :0.5.0 | linux/amd64linux/arm64 | 2025/10/29 14:47 | 75.9 MB | sha256:73319527b801… | |||
docker.io/cozedev/coze-studio-web :0.5.0.beta | linux/amd64linux/arm64 | 2025/10/21 20:40 | 75.9 MB | sha256:3b14d8eb74a9… | |||
docker.io/cozedev/coze-studio-web :0.4.0.beta | linux/amd64linux/arm64 | 2025/10/21 18:44 | 75.9 MB | sha256:8ca67ab51903… | |||
docker.io/cozedev/coze-studio-web :0.3.0 | linux/amd64linux/arm64 | 2025/09/11 15:14 | 75.1 MB | sha256:de04e393bf96… | |||
docker.io/cozedev/coze-studio-web :0.0.3 | linux/amd64linux/arm64 | 2025/09/10 15:31 | 75.1 MB | sha256:de04e393bf96… | |||
docker.io/cozedev/coze-studio-web :0.0.3.beta | linux/amd64linux/arm64 | 2025/08/29 11:53 | 75.1 MB | sha256:af773cc4fbfc… | |||
docker.io/cozedev/coze-studio-web :0.0.2.nightly | linux/amd64linux/arm64 | 2025/08/29 09:48 | 75.1 MB | sha256:d631309579e4… | |||
docker.io/cozedev/coze-studio-web :0.0.2 | linux/amd64linux/arm64 | 2025/08/27 22:13 | 75.9 MB | sha256:7f8082221aa2… | |||
docker.io/cozedev/coze-studio-web :0.0.1 | linux/amd64linux/arm64 | 2025/08/13 20:06 | 75.9 MB | sha256:b3cc96da782a… |