Overview
- Full name
docker.io/appsmith/appsmith-ce- Registry
- docker.io
- Namespace
- appsmith
- Repository
- appsmith-ce
- Cached tags
- 270
- Last synced
- 07/13/2026, 06:58 PM
Introduction
Appsmith 社区版低代码平台镜像,拖拽式内部工具/Admin Panel 构建,连接 DB/API 的自托管低代码开发平台。
Details
appsmith/appsmith-ce 运行 Appsmith 开源低代码平台,通过 Web UI 拖拽组件连接 PostgreSQL、REST API 与 GraphQL 构建内部工具。定位为低代码应用开发 Web 平台,内置 MongoDB 或可外接;运维面板、CRM 内部工具或数据看板快速开发替代手工 React 项目。
快速启动
docker run -d --name appsmith \
-p 8080:80 \
docker.io/appsmith/appsmith-ce:latest
推荐实践
docker run -d --name appsmith \
--restart unless-stopped \
-p 8080:80 \
-v /data/appsmith:/appsmith-stacks \
docker.io/appsmith/appsmith-ce:v1.47.0
核心参数说明
-p 8080:80— 低代码 Studio 与运行时-v .../appsmith-stacks:...— 应用与配置持久化- 数据源 — 连接内网 DB/API
- 备份 — 定期备份 stacks 目录
Kubernetes
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: appsmith
spec:
serviceName: appsmith
replicas: 1
selector:
matchLabels:
app: appsmith
template:
metadata:
labels:
app: appsmith
spec:
containers:
- name: appsmith
image: docker.io/appsmith/appsmith-ce:v1.47.0
ports:
- containerPort: 80
volumeMounts:
- name: stacks
mountPath: /appsmith-stacks
volumeClaimTemplates:
- metadata:
name: stacks
spec:
accessModes: [ReadWriteOnce]
resources:
requests:
storage: 20Gi
---
apiVersion: v1
kind: Service
metadata:
name: appsmith
spec:
selector:
app: appsmith
ports:
- port: 80
targetPort: 80
Ingress 内网工具平台;PVC 持久化应用。
Latest tags (20)
View all 270 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/appsmith/appsmith-ce :release | linux/arm64linux/amd64 | 2026/06/26 18:42 | 1.3 GB | sha256:5a7336f24a84… | |||
docker.io/appsmith/appsmith-ce :nightly | linux/arm64linux/amd64 | 2026/06/12 16:19 | 1.3 GB | sha256:5b4ce0c032bb… | |||
docker.io/appsmith/appsmith-ce :latest | linux/arm64linux/amd64 | 2026/05/29 19:45 | 1.3 GB | sha256:e1a3ba636be0… | |||
docker.io/appsmith/appsmith-ce :v2.1 | linux/arm64linux/amd64 | 2026/05/29 19:45 | 1.3 GB | sha256:e1a3ba636be0… | |||
docker.io/appsmith/appsmith-ce :v2.0 | linux/arm64linux/amd64 | 2026/05/21 20:57 | 1.3 GB | sha256:59de193dd67d… | |||
docker.io/appsmith/appsmith-ce :v1.99 | linux/arm64linux/amd64 | 2026/04/16 15:17 | 1.3 GB | sha256:c4efcae51de2… | |||
docker.io/appsmith/appsmith-ce :v1.98.1 | linux/arm64linux/amd64 | 2026/04/09 00:57 | 1.4 GB | sha256:023404d72002… | |||
docker.io/appsmith/appsmith-ce :v1.98 | linux/arm64linux/amd64 | 2026/03/23 20:30 | 1.4 GB | sha256:df48874d3e55… | |||
docker.io/appsmith/appsmith-ce :v1.97 | linux/amd64linux/arm64 | 2026/03/05 14:02 | 1.4 GB | sha256:bb100fcc0f96… | |||
docker.io/appsmith/appsmith-ce :v1.96 | linux/arm64linux/amd64 | 2026/02/19 12:35 | 1.3 GB | sha256:9c79b7e62af3… | |||
docker.io/appsmith/appsmith-ce :v1.95 | linux/arm64linux/amd64 | 2026/01/22 14:19 | 1.3 GB | sha256:5628c5525644… | |||
docker.io/appsmith/appsmith-ce :v1.94 | linux/arm64linux/amd64 | 2025/12/18 20:12 | 1.4 GB | sha256:c890e472736d… | |||
docker.io/appsmith/appsmith-ce :v1.93 | linux/arm64linux/amd64 | 2025/12/04 21:17 | 1.4 GB | sha256:970bdde8fd66… | |||
docker.io/appsmith/appsmith-ce :v1.92 | linux/arm64linux/amd64 | 2025/11/20 18:45 | 1.4 GB | sha256:229f21b23ad7… | |||
docker.io/appsmith/appsmith-ce :v1.91 | linux/amd64linux/arm64 | 2025/11/06 15:05 | 1.4 GB | sha256:f018d1775793… | |||
docker.io/appsmith/appsmith-ce :v1.90 | linux/amd64linux/arm64 | 2025/10/29 16:30 | 1.4 GB | sha256:f0f6f2cd4512… | |||
docker.io/appsmith/appsmith-ce :v1.89 | linux/arm64linux/amd64 | 2025/10/15 14:26 | 1.4 GB | sha256:8243430e07a2… | |||
docker.io/appsmith/appsmith-ce :v1.88 | linux/arm64linux/amd64 | 2025/10/08 14:36 | 1.4 GB | sha256:41185d2ba6ca… | |||
docker.io/appsmith/appsmith-ce :v1.87 | linux/arm64linux/amd64 | 2025/09/25 21:47 | 1.4 GB | sha256:9ceaad013586… | |||
docker.io/appsmith/appsmith-ce :v1.86-hotfix | linux/arm64linux/amd64 | 2025/09/25 17:38 | 1.3 GB | sha256:6a60d60ab379… |