Overview

Full name
docker.io/appsmith/appsmith-ee
Registry
docker.io
Namespace
appsmith
Repository
appsmith-ee
Cached tags
285
Last synced
07/13/2026, 03:43 PM

Introduction

Appsmith EE 企业版镜像,低代码内部工具构建平台,数据库/API/UI 组件拖拽式 Admin Panel 与运维面板开发。

Details

appsmith/appsmith-ee 运行 Appsmith 企业版低代码内部工具平台,通过拖拽 UI 组件连接数据库与 API 快速构建 Admin Panel。定位为低代码内部工具 Web 平台;运维面板、CRM 后台、数据管理工具或替代 Retool 的企业私有化方案。

快速启动

docker run -d --name appsmith \
  -p 80:80 \
  docker.io/appsmith/appsmith-ee:latest

推荐实践

docker run -d --name appsmith \
  --restart unless-stopped \
  -p 80:80 \
  -v /data/appsmith:/appsmith-stacks \
  docker.io/appsmith/appsmith-ee:1.47.0

核心参数说明

  • -p 80:80 — Appsmith Web UI
  • -v .../stacks:... — 应用与配置
  • EE — 企业版功能
  • 数据源 — DB/API/Git

Kubernetes

apiVersion: apps/v1
kind: Deployment
metadata:
  name: appsmith
spec:
  replicas: 1
  selector:
    matchLabels:
      app: appsmith
  template:
    metadata:
      labels:
        app: appsmith
    spec:
      containers:
        - name: appsmith
          image: docker.io/appsmith/appsmith-ee:1.47.0
          ports:
            - containerPort: 80
          volumeMounts:
            - name: stacks
              mountPath: /appsmith-stacks
      volumes:
        - name: stacks
          persistentVolumeClaim:
            claimName: appsmith-stacks
---
apiVersion: v1
kind: Service
metadata:
  name: appsmith
spec:
  selector:
    app: appsmith
  ports:
    - port: 80
      targetPort: 80

Ingress 内网工具门户;PVC 存应用。

Latest tags (20)

View all 285 tags →
TagArchPushed AtSizeDigestSyncWishAction
docker.io/appsmith/appsmith-ee
:release
linux/amd64linux/arm64
2026/06/26 18:451.9 GBsha256:634fd25e3373
docker.io/appsmith/appsmith-ee
:latest
linux/arm64linux/amd64
2026/06/17 18:501.8 GBsha256:732889528576
docker.io/appsmith/appsmith-ee
:v2.1.1
linux/arm64linux/amd64
2026/06/17 18:171.8 GBsha256:732889528576
docker.io/appsmith/appsmith-ee
:nightly
linux/arm64linux/amd64
2026/06/12 17:561.8 GBsha256:391085f992d2
docker.io/appsmith/appsmith-ee
:v2.1
linux/amd64linux/arm64
2026/05/29 19:461.9 GBsha256:3f45ec71c053
docker.io/appsmith/appsmith-ee
:v2.0
linux/arm64linux/amd64
2026/05/21 20:571.9 GBsha256:473701d1f5ae
docker.io/appsmith/appsmith-ee
:v1.99
linux/arm64linux/amd64
2026/04/16 15:171.8 GBsha256:f7116a472d8e
docker.io/appsmith/appsmith-ee
:v1.98.1
linux/amd64linux/arm64
2026/04/09 00:592.1 GBsha256:f2807c2e8307
docker.io/appsmith/appsmith-ee
:v1.98
linux/arm64linux/amd64
2026/03/23 19:032.0 GBsha256:7f56c2ccfe78
docker.io/appsmith/appsmith-ee
:upgrade-alpha-test
linux/arm64linux/amd64
2026/03/12 22:262.1 GBsha256:9ed7f1954e71
docker.io/appsmith/appsmith-ee
:v1.97-auth-patch
linux/arm64linux/amd64
2026/03/10 16:032.0 GBsha256:9ca31c131722
docker.io/appsmith/appsmith-ee
:v1.97
linux/arm64linux/amd64
2026/03/05 14:032.0 GBsha256:87a110d2c9a8
docker.io/appsmith/appsmith-ee
:v1.96-gzip-patch
linux/arm64linux/amd64
2026/02/26 23:282.0 GBsha256:435b03d9908a
docker.io/appsmith/appsmith-ee
:1.96-patch-timeout
linux/arm64linux/amd64
2026/02/26 21:512.0 GBsha256:662eaa491880
docker.io/appsmith/appsmith-ee
:v1.96
linux/arm64linux/amd64
2026/02/19 12:372.0 GBsha256:eb5c83f86c60
docker.io/appsmith/appsmith-ee
:v1.95
linux/arm64linux/amd64
2026/01/22 14:192.0 GBsha256:01a63901bb9f
docker.io/appsmith/appsmith-ee
:proxy-configure
linux/arm64linux/amd64
2026/01/06 20:372.0 GBsha256:98ba9c5c5aa5
docker.io/appsmith/appsmith-ee
:v1.94
linux/arm64linux/amd64
2025/12/18 20:052.0 GBsha256:33d1bf5ff001
docker.io/appsmith/appsmith-ee
:noproxyssh
linux/amd64linux/arm64
2025/12/17 00:282.0 GBsha256:511d60d35c5a
docker.io/appsmith/appsmith-ee
:v1.93
linux/amd64linux/arm64
2025/12/04 21:182.0 GBsha256:79da48c0ee50