Overview

Full name
docker.io/halohub/halo-pro
Registry
docker.io
Namespace
halohub
Repository
halo-pro
Cached tags
270
Last synced
07/06/2026, 01:58 PM

Introduction

Halo Pro 商业版博客/CMS 镜像,在开源 Halo 基础上提供企业主题与插件,需外接 PostgreSQL/MySQL 存储内容与配置。

Details

halohub/halo-pro 运行 Halo 2.x Java 应用,提供文章、页面、评论与插件市场等企业功能。镜像本身为无状态 Web 进程,必须配置 spring.r2dbc 或 JDBC 连接外部数据库,upload 目录需持久化附件。与 halohub/halo 开源版相比含 Pro 授权特性;Kubernetes 中 Deployment + PVC 挂载 /root/.halo2,数据库独立 StatefulSet。

快速启动

docker run -d --name halo-pro \
  -p 8090:8090 \
  -v $(pwd)/halo2:/root/.halo2 \
  docker.io/halohub/halo-pro:latest

推荐实践

docker run -d --name halo-pro \
  --restart unless-stopped \
  -p 8090:8090 \
  -v /data/halo2:/root/.halo2 \
  -e HALO_EXTERNAL_URL=https://blog.example.com \
  -e SPRING_R2DBC_URL=r2dbc:postgresql://postgres:5432/halo \
  -e SPRING_R2DBC_USERNAME=halo \
  -e SPRING_R2DBC_PASSWORD=strong-pass \
  docker.io/halohub/halo-pro:2.20.0

核心参数说明

  • -p 8090:8090 — Halo 控制台与站点端口
  • -v .../halo2:... — 配置、主题与本地附件
  • -e HALO_EXTERNAL_URL — 对外访问 URL(OAuth/链接生成)
  • -e SPRING_R2DBC_URL — PostgreSQL 连接串
  • --restart unless-stopped — CMS 持续在线
  • 固定 tag — 与 Pro 授权版本配套

Kubernetes

apiVersion: apps/v1
kind: Deployment
metadata:
  name: halo-pro
spec:
  replicas: 2
  selector:
    matchLabels:
      app: halo-pro
  template:
    metadata:
      labels:
        app: halo-pro
    spec:
      containers:
        - name: halo
          image: docker.io/halohub/halo-pro:2.20.0
          ports:
            - containerPort: 8090
          envFrom:
            - secretRef:
                name: halo-db-secrets
          volumeMounts:
            - name: halo-data
              mountPath: /root/.halo2
      volumes:
        - name: halo-data
          persistentVolumeClaim:
            claimName: halo-data
---
apiVersion: v1
kind: Service
metadata:
  name: halo-pro
spec:
  selector:
    app: halo-pro
  ports:
    - port: 8090
      targetPort: 8090

PostgreSQL 凭据经 Secret;Ingress 配置 TLS 与 admin 路径 IP 限制,附件大文件可改 S3 存储插件。

Latest tags (20)

View all 270 tags →
TagArchPushed AtSizeDigestSyncWishAction
docker.io/halohub/halo-pro
:sha-f16cb70
linux/amd64linux/arm64linux/ppc64lelinux/s390x
2026/06/24 18:28337.8 MBsha256:041161f00663
docker.io/halohub/halo-pro
:2.25.4
linux/amd64linux/arm64linux/ppc64lelinux/s390x
2026/06/24 18:28337.8 MBsha256:041161f00663
docker.io/halohub/halo-pro
:2.25
linux/amd64linux/arm64linux/ppc64lelinux/s390x
2026/06/24 18:28337.8 MBsha256:041161f00663
docker.io/halohub/halo-pro
:2
linux/amd64linux/arm64linux/ppc64lelinux/s390x
2026/06/24 18:28337.8 MBsha256:041161f00663
docker.io/halohub/halo-pro
:2.25.4-cnb
linux/amd64
2026/06/24 18:12230.7 MBsha256:427a66740007
docker.io/halohub/halo-pro
:sha-83c3901
linux/amd64linux/arm64linux/ppc64lelinux/s390x
2026/06/19 23:05337.8 MBsha256:c3ca93d23174
docker.io/halohub/halo-pro
:2.25.3
linux/amd64linux/arm64linux/ppc64lelinux/s390x
2026/06/19 23:05337.8 MBsha256:c3ca93d23174
docker.io/halohub/halo-pro
:2.25.3-cnb
linux/amd64
2026/06/19 22:50230.7 MBsha256:b2dc26788c3c
docker.io/halohub/halo-pro
:sha-fbf06f3
linux/amd64linux/arm64linux/ppc64lelinux/s390x
2026/06/16 19:11337.8 MBsha256:5222f03e6861
docker.io/halohub/halo-pro
:2.25.2
linux/amd64linux/arm64linux/ppc64lelinux/s390x
2026/06/16 19:11337.8 MBsha256:5222f03e6861
docker.io/halohub/halo-pro
:2.25.2-cnb
linux/amd64
2026/06/16 18:58230.7 MBsha256:343055c1b4c5
docker.io/halohub/halo-pro
:sha-50f834f
linux/amd64linux/arm64linux/ppc64lelinux/s390x
2026/06/15 18:33337.8 MBsha256:e2fb5d3abd0d
docker.io/halohub/halo-pro
:2.25.1
linux/amd64linux/arm64linux/ppc64lelinux/s390x
2026/06/15 18:33337.8 MBsha256:e2fb5d3abd0d
docker.io/halohub/halo-pro
:2.25.1-cnb
linux/amd64
2026/06/15 18:17230.7 MBsha256:1c5f380a5247
docker.io/halohub/halo-pro
:sha-0c4af0a
linux/amd64linux/arm64linux/ppc64lelinux/s390x
2026/06/12 15:05337.7 MBsha256:048240db76c3
docker.io/halohub/halo-pro
:2.25.0
linux/amd64linux/arm64linux/ppc64lelinux/s390x
2026/06/12 15:05337.7 MBsha256:048240db76c3
docker.io/halohub/halo-pro
:2.25.0-cnb
linux/amd64
2026/06/12 14:48230.7 MBsha256:f6598b77f464
docker.io/halohub/halo-pro
:sha-ea5515e
linux/amd64linux/arm64linux/ppc64lelinux/s390x
2026/06/10 18:52338.0 MBsha256:c0722a3b5bdc
docker.io/halohub/halo-pro
:2.25.0-beta.2
linux/amd64linux/arm64linux/ppc64lelinux/s390x
2026/06/10 18:52338.0 MBsha256:c0722a3b5bdc
docker.io/halohub/halo-pro
:2.25.0-beta.2-cnb
linux/amd64
2026/06/10 18:36230.8 MBsha256:65d6377fe787