Overview

Full name
docker.io/deluxebear/n8n
Registry
docker.io
Namespace
deluxebear
Repository
n8n
Cached tags
260
Last synced
07/05/2026, 11:44 PM

Introduction

n8n 工作流自动化镜像(deluxebear 构建),可视化 Node 编排 API/数据集成,自托管 Zapier 替代。

Details

deluxebear/n8n 运行 n8n 开源工作流自动化平台,通过可视化节点编排 HTTP API、数据库、消息队列等集成任务。定位为工作流自动化 Web 应用,需 PostgreSQL 持久化 workflow;K8s Deployment 内网自动化编排。

快速启动

docker run -d --name n8n \
  -p 5678:5678 \
  docker.io/deluxebear/n8n:latest

推荐实践

docker run -d --name n8n \
  --restart unless-stopped \
  -p 5678:5678 \
  -e DB_TYPE=postgresdb \
  -e DB_POSTGRESDB_HOST=postgres.internal \
  -e N8N_ENCRYPTION_KEY=random-key \
  docker.io/deluxebear/n8n:1.0.0

核心参数说明

  • -p 5678:5678 — n8n Web UI
  • -e DB_POSTGRESDB_HOST — PostgreSQL 地址
  • -e N8N_ENCRYPTION_KEY — 凭证加密密钥(高敏
  • 节点 — HTTP/Slack/GitHub 等

Kubernetes

apiVersion: apps/v1
kind: Deployment
metadata:
  name: n8n
spec:
  replicas: 1
  selector:
    matchLabels:
      app: n8n
  template:
    metadata:
      labels:
        app: n8n
    spec:
      containers:
        - name: n8n
          image: docker.io/deluxebear/n8n:1.0.0
          ports:
            - containerPort: 5678
          envFrom:
            - secretRef:
                name: n8n-env
---
apiVersion: v1
kind: Service
metadata:
  name: n8n
spec:
  selector:
    app: n8n
  ports:
    - port: 5678
      targetPort: 5678

PostgreSQL 独立 StatefulSet;Ingress 工作流编辑器。

Latest tags (20)

View all 260 tags →
TagArchPushed AtSizeDigestSyncWishAction
docker.io/deluxebear/n8n
:latest
linux/amd64linux/arm64
2026/06/26 00:50332.4 MBsha256:eb5647d0ef2c
docker.io/deluxebear/n8n
:2.27.4-chs
linux/amd64linux/arm64
2026/06/26 00:50332.4 MBsha256:eb5647d0ef2c
docker.io/deluxebear/n8n
:latest-arm64
linux/arm64
2026/06/26 00:43332.9 MBsha256:efc59f8bd3e9
docker.io/deluxebear/n8n
:2.27.4-chs-arm64
linux/arm64
2026/06/26 00:43332.9 MBsha256:efc59f8bd3e9
docker.io/deluxebear/n8n
:latest-amd64
linux/amd64
2026/06/26 00:33332.4 MBsha256:eb5647d0ef2c
docker.io/deluxebear/n8n
:2.27.4-chs-amd64
linux/amd64
2026/06/26 00:33332.4 MBsha256:eb5647d0ef2c
docker.io/deluxebear/n8n
:2.26.9-chs
linux/amd64linux/arm64
2026/06/23 14:14334.5 MBsha256:68b08abba6d4
docker.io/deluxebear/n8n
:2.26.9-chs-arm64
linux/arm64
2026/06/23 14:07335.1 MBsha256:1fabc03d36fa
docker.io/deluxebear/n8n
:2.26.9-chs-amd64
linux/amd64
2026/06/23 13:55334.5 MBsha256:68b08abba6d4
docker.io/deluxebear/n8n
:2.26.8-chs
linux/amd64linux/arm64
2026/06/22 10:06334.5 MBsha256:0216456da2fc
docker.io/deluxebear/n8n
:2.26.8-chs-arm64
linux/arm64
2026/06/22 10:00335.1 MBsha256:fec0bcb13143
docker.io/deluxebear/n8n
:2.26.8-chs-amd64
linux/amd64
2026/06/22 09:52334.5 MBsha256:0216456da2fc
docker.io/deluxebear/n8n
:2.25.7-chs
linux/amd64linux/arm64
2026/06/10 22:16337.8 MBsha256:542a102b429c
docker.io/deluxebear/n8n
:2.25.7-chs-arm64
linux/arm64
2026/06/10 22:08338.4 MBsha256:e4ce64291068
docker.io/deluxebear/n8n
:2.25.7-chs-amd64
linux/amd64
2026/06/10 21:57337.8 MBsha256:542a102b429c
docker.io/deluxebear/n8n
:2.23.4-chs
linux/amd64linux/arm64
2026/06/08 22:41309.0 MBsha256:89726f2936d5
docker.io/deluxebear/n8n
:2.23.4-chs-arm64
linux/arm64
2026/06/08 22:33309.5 MBsha256:1124a54c9e35
docker.io/deluxebear/n8n
:2.23.4-chs-amd64
linux/amd64
2026/06/08 22:31309.0 MBsha256:89726f2936d5
docker.io/deluxebear/n8n
:2.23.3-chs
linux/amd64linux/arm64
2026/06/04 23:54309.0 MBsha256:acd0f735789d
docker.io/deluxebear/n8n
:2.23.3-chs-arm64
linux/arm64
2026/06/04 23:47309.6 MBsha256:5a20b1e5b0d4