镜像概览
- 完整引用
docker.io/appflowyinc/appflowy_ai- Registry
- docker.io
- 命名空间
- appflowyinc
- 仓库
- appflowy_ai
- 已缓存 Tag 数
- 382
- 最近同步
- 07/06/2026, 12:43 PM
- 相关主题
简介
AppFlowy AI 后端服务镜像,为 AppFlowy 笔记应用提供 RAG 与 LLM 能力,需配合 AppFlowy Cloud 前端与 PostgreSQL 同栈部署。
详细介绍
appflowyinc/appflowy_ai 运行 AppFlowy 产品的 AI 推理与 embedding 服务,处理文档索引、语义搜索与 chat 补全。镜像非 standalone 笔记应用,需 appflowy-cloud 前端、PostgreSQL 与 Redis 配合。典型用于 Notion 替代方案的私有化 AI 增强;生产固定 tag、LLM API Key 经 Secret 注入并限制 CORS 与 rate limit。
快速启动
docker run -d --name appflowy-ai \
-p 8080:8080 \
-e DATABASE_URL=postgres://user:pass@postgres:5432/appflowy \
docker.io/appflowyinc/appflowy_ai:latest
推荐实践
docker run -d --name appflowy-ai \
--restart unless-stopped \
-p 8080:8080 \
-e DATABASE_URL=postgres://user:pass@postgres.internal:5432/appflowy \
-e REDIS_URL=redis://redis.internal:6379/0 \
-e OPENAI_API_KEY=sk-xxx \
docker.io/appflowyinc/appflowy_ai:0.6.0
核心参数说明
-p 8080:8080— AI API 服务端口-e DATABASE_URL— PostgreSQL 元数据连接-e REDIS_URL— 任务队列与缓存-e OPENAI_API_KEY— LLM/embedding 上游密钥--restart unless-stopped— AI 后端持续在线- 固定 tag — 与 appflowy-cloud 前端版本配套
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: appflowy-ai
spec:
replicas: 2
selector:
matchLabels:
app: appflowy-ai
template:
metadata:
labels:
app: appflowy-ai
spec:
containers:
- name: ai
image: docker.io/appflowyinc/appflowy_ai:0.6.0
ports:
- containerPort: 8080
envFrom:
- secretRef:
name: appflowy-ai-secrets
---
apiVersion: v1
kind: Service
metadata:
name: appflowy-ai
spec:
selector:
app: appflowy-ai
ports:
- port: 8080
targetPort: 8080
Secret 含 DB/Redis/LLM 凭据;与 appflowy-cloud Deployment 同 namespace,Ingress 统一 TLS。
最新 Tag(20 条)
查看全部 382 个 Tag →| Tag | 架构 | 推送时间 | 大小 | Digest | 同步 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/appflowyinc/appflowy_ai :latest | linux/amd64linux/arm64 | 2026/05/22 14:38 | 50.0 MB | sha256:3010e58bec1a… | |||
docker.io/appflowyinc/appflowy_ai :0.15.18 | linux/amd64linux/arm64 | 2026/05/22 14:38 | 50.0 MB | sha256:3010e58bec1a… | |||
docker.io/appflowyinc/appflowy_ai :0.15.18-arm64v8 | linux/arm64 | 2026/05/22 14:37 | 49.3 MB | sha256:cb5030311173… | |||
docker.io/appflowyinc/appflowy_ai :latest-arm64v8 | linux/arm64 | 2026/05/22 14:37 | 49.3 MB | sha256:cb5030311173… | |||
docker.io/appflowyinc/appflowy_ai :0.15.18-amd64 | linux/amd64 | 2026/05/22 14:37 | 50.0 MB | sha256:3010e58bec1a… | |||
docker.io/appflowyinc/appflowy_ai :latest-amd64 | linux/amd64 | 2026/05/22 14:37 | 50.0 MB | sha256:3010e58bec1a… | |||
docker.io/appflowyinc/appflowy_ai :0.15.10 | linux/amd64linux/arm64 | 2026/04/29 20:25 | 50.0 MB | sha256:9d9d7e3d3562… | |||
docker.io/appflowyinc/appflowy_ai :0.15.10-amd64 | linux/amd64 | 2026/04/29 20:25 | 50.0 MB | sha256:9d9d7e3d3562… | |||
docker.io/appflowyinc/appflowy_ai :0.15.10-arm64v8 | linux/arm64 | 2026/04/29 20:25 | 49.3 MB | sha256:b722421f2a27… | |||
docker.io/appflowyinc/appflowy_ai :0.15.0 | linux/amd64linux/arm64 | 2026/04/20 17:03 | 50.0 MB | sha256:5571df20cfab… | |||
docker.io/appflowyinc/appflowy_ai :0.15.0-amd64 | linux/amd64 | 2026/04/20 17:03 | 50.0 MB | sha256:5571df20cfab… | |||
docker.io/appflowyinc/appflowy_ai :0.15.0-arm64v8 | linux/arm64 | 2026/04/20 17:03 | 49.3 MB | sha256:49ce0f668e32… | |||
docker.io/appflowyinc/appflowy_ai :0.14.19 | linux/amd64linux/arm64 | 2026/04/18 22:53 | 50.0 MB | sha256:ef3a59fa80e9… | |||
docker.io/appflowyinc/appflowy_ai :0.14.19-arm64v8 | linux/arm64 | 2026/04/18 22:53 | 49.3 MB | sha256:c83c02115b1e… | |||
docker.io/appflowyinc/appflowy_ai :0.14.19-amd64 | linux/amd64 | 2026/04/18 22:53 | 50.0 MB | sha256:ef3a59fa80e9… | |||
docker.io/appflowyinc/appflowy_ai :0.14.17 | linux/amd64linux/arm64 | 2026/04/08 20:27 | 47.5 MB | sha256:195aaeec32de… | |||
docker.io/appflowyinc/appflowy_ai :0.14.17-amd64 | linux/amd64 | 2026/04/08 20:27 | 47.5 MB | sha256:195aaeec32de… | |||
docker.io/appflowyinc/appflowy_ai :0.14.17-arm64v8 | linux/arm64 | 2026/04/08 20:27 | 46.7 MB | sha256:8ffa8149f3ac… | |||
docker.io/appflowyinc/appflowy_ai :0.14.1 | linux/amd64linux/arm64 | 2026/03/22 16:24 | 49.4 MB | sha256:1f823ac83479… | |||
docker.io/appflowyinc/appflowy_ai :0.14.1-arm64v8 | linux/arm64 | 2026/03/22 16:23 | 48.7 MB | sha256:892f0a2fc9c5… |