Overview

Full name
docker.io/simpleyyt/manus-frontend
Registry
docker.io
Namespace
simpleyyt
Repository
manus-frontend
Cached tags
28
Last synced
07/06/2026, 05:37 PM

Introduction

Manus AI Agent 管理前端镜像,提供任务编排、对话与工具调用可视化界面,需配置后端 API 地址方可完整使用。

Details

simpleyyt/manus-frontend 打包 Manus 开源 Agent 平台的 Web 控制台,用户可创建自动化任务、查看执行轨迹与工具输出。镜像为静态资源加反向代理,必须通过环境变量指向 Manus API 服务。与 Dify、Coze 等 SaaS 相比可私有化部署,但需自行维护后端与模型密钥。生产应固定前后端版本、经 HTTPS 反代暴露,并对管理面启用认证;前端无状态可水平扩展。

快速启动

docker run -d --name manus-fe \
  -p 8080:80 \
  -e API_BASE_URL=http://manus-api:8000 \
  docker.io/simpleyyt/manus-frontend:latest

推荐实践

docker run -d --name manus-fe \
  --restart unless-stopped \
  -p 8080:80 \
  -e API_BASE_URL=https://api.manus.internal \
  -e TZ=Asia/Shanghai \
  docker.io/simpleyyt/manus-frontend:1.0.0

核心参数说明

  • -p 8080:80 — 前端 HTTP 入口
  • -e API_BASE_URL — Manus 后端 REST 根地址
  • -e TZ — 任务时间展示时区
  • --restart unless-stopped — 控制台持续可访问
  • 固定 tag — 与后端 API 版本匹配
  • 配对 — 需独立部署 Manus API 服务

Kubernetes

apiVersion: apps/v1
kind: Deployment
metadata:
  name: manus-frontend
spec:
  replicas: 2
  selector:
    matchLabels:
      app: manus-frontend
  template:
    metadata:
      labels:
        app: manus-frontend
    spec:
      containers:
        - name: frontend
          image: docker.io/simpleyyt/manus-frontend:1.0.0
          ports:
            - containerPort: 80
          env:
            - name: API_BASE_URL
              value: http://manus-api.svc:8000
---
apiVersion: v1
kind: Service
metadata:
  name: manus-frontend
spec:
  selector:
    app: manus-frontend
  ports:
    - port: 80
      targetPort: 80

Ingress 统一 HTTPS;API_BASE_URL 与后端 release 同步,前端无状态可 HPA 扩缩。

Latest tags (20)

View all 28 tags →
TagArchPushed AtSizeDigestSyncWishAction
docker.io/simpleyyt/manus-frontend
:latest
linux/amd64linux/arm64
2026/07/05 21:2328.4 MBsha256:f68188a60b2a
docker.io/simpleyyt/manus-frontend
:main
linux/amd64linux/arm64
2026/07/05 21:2328.4 MBsha256:f68188a60b2a
docker.io/simpleyyt/manus-frontend
:2
linux/amd64linux/arm64
2026/04/02 01:0928.4 MBsha256:6b2bb5f8a8b8
docker.io/simpleyyt/manus-frontend
:2.4
linux/amd64linux/arm64
2026/04/02 01:0928.4 MBsha256:6b2bb5f8a8b8
docker.io/simpleyyt/manus-frontend
:2.4.0
linux/amd64linux/arm64
2026/04/02 01:0928.4 MBsha256:6b2bb5f8a8b8
docker.io/simpleyyt/manus-frontend
:2.3
linux/amd64linux/arm64
2026/03/05 14:1828.3 MBsha256:609815f1168a
docker.io/simpleyyt/manus-frontend
:2.3.8
linux/amd64linux/arm64
2026/03/05 14:1828.3 MBsha256:609815f1168a
docker.io/simpleyyt/manus-frontend
:2.3.7
linux/amd64linux/arm64
2025/11/06 00:260.0 MBsha256:fdc5c908d289
docker.io/simpleyyt/manus-frontend
:develop
linux/amd64linux/arm64
2025/09/06 01:3323.5 MBsha256:611613e79c5d
docker.io/simpleyyt/manus-frontend
:2.3.6
linux/amd64linux/arm64
2025/09/05 00:4223.5 MBsha256:9b19e6b57ce7
docker.io/simpleyyt/manus-frontend
:2.3.5
linux/amd64linux/arm64
2025/08/31 23:0123.5 MBsha256:ab4f40e7378f
docker.io/simpleyyt/manus-frontend
:2.3.4
linux/amd64linux/arm64
2025/08/27 02:2823.5 MBsha256:a0ffce89881b
docker.io/simpleyyt/manus-frontend
:2.3.3
linux/amd64linux/arm64
2025/08/27 00:1823.5 MBsha256:0d9daf7bb787
docker.io/simpleyyt/manus-frontend
:2.3.2
linux/amd64linux/arm64
2025/08/25 00:5923.5 MBsha256:5306b7159bbd
docker.io/simpleyyt/manus-frontend
:2.3.1
linux/amd64linux/arm64
2025/08/13 23:4023.5 MBsha256:055601f27571
docker.io/simpleyyt/manus-frontend
:2.3.0
linux/amd64linux/arm64
2025/08/13 00:4323.5 MBsha256:34636c57711b
docker.io/simpleyyt/manus-frontend
:2.2
linux/amd64linux/arm64
2025/07/04 21:5723.5 MBsha256:d8157aa9a0f2
docker.io/simpleyyt/manus-frontend
:2.2.2
linux/amd64linux/arm64
2025/07/04 21:5723.5 MBsha256:d8157aa9a0f2
docker.io/simpleyyt/manus-frontend
:2.2.1
linux/amd64linux/arm64
2025/06/27 00:3923.5 MBsha256:4741b91cc982
docker.io/simpleyyt/manus-frontend
:2.2.0
linux/arm64linux/amd64
2025/06/25 22:4824.3 MBsha256:3df0784bc621