镜像概览

完整引用
docker.io/langgenius/dify-enterprise
Registry
docker.io
命名空间
langgenius
仓库
dify-enterprise
已缓存 Tag 数
651
最近同步
07/05/2026, 10:53 PM
相关主题

简介

Dify Enterprise 后端 API 镜像,企业版 AI 工作流/Agent/RAG 平台服务端,PostgreSQL/Redis/向量库依赖。

详细介绍

langgenius/dify-enterprise 运行 Dify Enterprise 版后端 API 服务,提供 AI 工作流引擎、Agent 编排、RAG 知识库与多模型接入 REST API。定位为 Dify 企业版 API 后端,需 PostgreSQL、Redis 与向量数据库;K8s Deployment 企业 AI 平台。

快速启动

docker run -d --name dify-enterprise \
  -p 5001:5001 \
  -e DB_USERNAME=postgres -e DB_PASSWORD=changeme \
  docker.io/langgenius/dify-enterprise:latest

推荐实践

docker run -d --name dify-enterprise \
  --restart unless-stopped \
  -p 5001:5001 \
  -e DB_HOST=postgres.internal \
  -e REDIS_HOST=redis.internal \
  -e SECRET_KEY=random-secret \
  docker.io/langgenius/dify-enterprise:1.0.0

核心参数说明

  • -p 5001:5001 — Dify Enterprise API
  • -e DB_PASSWORD — PostgreSQL 密码(高敏
  • -e SECRET_KEY — 应用密钥(高敏
  • 依赖 — PostgreSQL/Redis/向量库

Kubernetes

apiVersion: apps/v1
kind: Deployment
metadata:
  name: dify-enterprise
spec:
  replicas: 2
  selector:
    matchLabels:
      app: dify-enterprise
  template:
    metadata:
      labels:
        app: dify-enterprise
    spec:
      containers:
        - name: api
          image: docker.io/langgenius/dify-enterprise:1.0.0
          ports:
            - containerPort: 5001
          envFrom:
            - secretRef:
                name: dify-enterprise-env
---
apiVersion: v1
kind: Service
metadata:
  name: dify-enterprise
spec:
  selector:
    app: dify-enterprise
  ports:
    - port: 5001
      targetPort: 5001

dify-enterprise-frontend 独立 Deployment;Worker/Celery 扩展。

最新 Tag(20 条)

查看全部 651 个 Tag →
Tag架构推送时间大小Digest同步期望操作
docker.io/langgenius/dify-enterprise
:8be12080-arm64
linux/arm64
2026/06/26 10:11116.4 MBsha256:0674c2f285f0
docker.io/langgenius/dify-enterprise
:80958b18-arm64
linux/arm64
2026/06/25 17:580.0 MBsha256:3729394caf8a
docker.io/langgenius/dify-enterprise
:80958b18-amd64
linux/amd64
2026/06/25 17:58101.8 MBsha256:958e305065e9
docker.io/langgenius/dify-enterprise
:1db7d5ef-arm64
linux/arm64
2026/06/25 13:5794.4 MBsha256:30788bf8bc2e
docker.io/langgenius/dify-enterprise
:1db7d5ef-amd64
linux/amd64
2026/06/25 13:57101.8 MBsha256:5076bec5bd76
docker.io/langgenius/dify-enterprise
:b45aed72-arm64
linux/arm64
2026/06/25 10:06116.3 MBsha256:900ac3ca083b
docker.io/langgenius/dify-enterprise
:8a43f6fa-arm64
linux/arm64
2026/06/25 06:5794.3 MBsha256:ef7726dc6fda
docker.io/langgenius/dify-enterprise
:8a43f6fa-amd64
linux/amd64
2026/06/25 06:57101.8 MBsha256:0883f1bd9b28
docker.io/langgenius/dify-enterprise
:d065e849-arm64
linux/arm64
2026/06/25 01:03116.4 MBsha256:e662885edb5b
docker.io/langgenius/dify-enterprise
:d065e849-amd64
linux/amd64
2026/06/25 01:02125.6 MBsha256:2aa8b3b972e9
docker.io/langgenius/dify-enterprise
:44b089ad-arm64
linux/arm64
2026/06/24 22:42116.3 MBsha256:8247b3e189e5
docker.io/langgenius/dify-enterprise
:44b089ad-amd64
linux/amd64
2026/06/24 22:42125.6 MBsha256:7eeba03a6aa2
docker.io/langgenius/dify-enterprise
:76623f15-arm64
linux/arm64
2026/06/24 17:08116.4 MBsha256:bae056bb9e3f
docker.io/langgenius/dify-enterprise
:76623f15-amd64
linux/amd64
2026/06/24 17:07125.7 MBsha256:da908ea6bcb0
docker.io/langgenius/dify-enterprise
:c9bea316-arm64
linux/arm64
2026/06/24 14:5894.4 MBsha256:c718bc2ca609
docker.io/langgenius/dify-enterprise
:c9bea316-amd64
linux/amd64
2026/06/24 14:57101.8 MBsha256:c99389cd0fbf
docker.io/langgenius/dify-enterprise
:f998c9b1-arm64
linux/arm64
2026/06/24 14:5694.3 MBsha256:1122bfbf8e8d
docker.io/langgenius/dify-enterprise
:f998c9b1-amd64
linux/amd64
2026/06/24 14:56101.8 MBsha256:5661f6f4c0f0
docker.io/langgenius/dify-enterprise
:df860cdd-arm64
linux/arm64
2026/06/24 14:1894.4 MBsha256:ba320221271a
docker.io/langgenius/dify-enterprise
:df860cdd-amd64
linux/amd64
2026/06/24 14:18101.8 MBsha256:a0b2c89af309