Overview

Full name
docker.io/onlyoffice/documentserver-ee
Registry
docker.io
Namespace
onlyoffice
Repository
documentserver-ee
Cached tags
136
Last synced
07/05/2026, 03:53 AM

Introduction

OnlyOffice Document Server 企业版镜像,在线协作编辑 Word/Excel/PPT,文档预览与协同 API,需 license 与 RabbitMQ/PostgreSQL。

Details

onlyoffice/documentserver-ee 运行 OnlyOffice Document Server 企业版,提供 Word/Excel/PPT 在线协作编辑、文档预览与 WOPI/JWT API。定位为文档协作 API 服务,需 license 与 RabbitMQ/PostgreSQL;K8s Deployment 内网文档协作平台。

快速启动

docker run -d --name onlyoffice-ee \
  -p 8080:80 \
  -e JWT_SECRET=your-secret \
  docker.io/onlyoffice/documentserver-ee:latest

推荐实践

docker run -d --name onlyoffice-ee \
  --restart unless-stopped \
  -p 8080:80 \
  -v /data/onlyoffice:/var/www/onlyoffice/Data \
  -e JWT_SECRET=your-secret \
  docker.io/onlyoffice/documentserver-ee:8.1.0

核心参数说明

  • -p 8080:80 — Document Server API
  • -e JWT_SECRET — JWT 签名密钥(高敏
  • -v .../onlyoffice:... — 字体与缓存
  • license — 企业版需有效 license

Kubernetes

apiVersion: apps/v1
kind: Deployment
metadata:
  name: onlyoffice-ee
spec:
  replicas: 2
  selector:
    matchLabels:
      app: onlyoffice-ee
  template:
    metadata:
      labels:
        app: onlyoffice-ee
    spec:
      containers:
        - name: docs
          image: docker.io/onlyoffice/documentserver-ee:8.1.0
          ports:
            - containerPort: 80
          envFrom:
            - secretRef:
                name: onlyoffice-env
          volumeMounts:
            - name: data
              mountPath: /var/www/onlyoffice/Data
      volumes:
        - name: data
          persistentVolumeClaim:
            claimName: onlyoffice-data
---
apiVersion: v1
kind: Service
metadata:
  name: onlyoffice-ee
spec:
  selector:
    app: onlyoffice-ee
  ports:
    - port: 80
      targetPort: 80

RabbitMQ/PostgreSQL 独立部署;Ingress 与 Nextcloud/Seafile 集成。

Latest tags (20)

View all 136 tags →
TagArchPushed AtSizeDigestSyncWishAction
docker.io/onlyoffice/documentserver-ee
:latest
linux/amd64linux/arm64
2026/06/30 20:131.5 GBsha256:c5a48df3daf2
docker.io/onlyoffice/documentserver-ee
:9.4
linux/amd64linux/arm64
2026/06/30 20:131.5 GBsha256:c5a48df3daf2
docker.io/onlyoffice/documentserver-ee
:9.4.1
linux/amd64linux/arm64
2026/06/30 20:131.5 GBsha256:c5a48df3daf2
docker.io/onlyoffice/documentserver-ee
:9.4.1.2
linux/amd64linux/arm64
2026/06/30 20:131.5 GBsha256:c5a48df3daf2
docker.io/onlyoffice/documentserver-ee
:9.4.1.1
linux/amd64linux/arm64
2026/06/05 20:341.5 GBsha256:e9cd9df73e0e
docker.io/onlyoffice/documentserver-ee
:9.4.0
linux/amd64linux/arm64
2026/06/03 21:071.5 GBsha256:2f0f4dd75a23
docker.io/onlyoffice/documentserver-ee
:9.4.0.2
linux/amd64linux/arm64
2026/06/03 21:071.5 GBsha256:2f0f4dd75a23
docker.io/onlyoffice/documentserver-ee
:9.4.0.1
linux/amd64linux/arm64
2026/05/19 17:141.5 GBsha256:2f0f4dd75a23
docker.io/onlyoffice/documentserver-ee
:9.3
linux/amd64linux/arm64
2026/03/05 18:211.5 GBsha256:8186e0497474
docker.io/onlyoffice/documentserver-ee
:9.3.1
linux/amd64linux/arm64
2026/03/05 18:201.5 GBsha256:8186e0497474
docker.io/onlyoffice/documentserver-ee
:9.3.1.2
linux/amd64linux/arm64
2026/03/05 18:201.5 GBsha256:8186e0497474
docker.io/onlyoffice/documentserver-ee
:9.3.1.1
linux/amd64linux/arm64
2026/03/03 20:481.5 GBsha256:7c3b93bace36
docker.io/onlyoffice/documentserver-ee
:9.3.0
linux/amd64linux/arm64
2026/02/24 23:031.5 GBsha256:e178a5454058
docker.io/onlyoffice/documentserver-ee
:9.3.0.1
linux/amd64linux/arm64
2026/02/24 23:031.5 GBsha256:e178a5454058
docker.io/onlyoffice/documentserver-ee
:9.2
linux/amd64linux/arm64
2025/12/17 21:031.5 GBsha256:2bd69a70674a
docker.io/onlyoffice/documentserver-ee
:9.2.1
linux/amd64linux/arm64
2025/12/17 21:031.5 GBsha256:2bd69a70674a
docker.io/onlyoffice/documentserver-ee
:9.2.1.1
linux/amd64linux/arm64
2025/12/17 21:031.5 GBsha256:2bd69a70674a
docker.io/onlyoffice/documentserver-ee
:9.2.0
linux/amd64linux/arm64
2025/12/01 17:211.5 GBsha256:edbd93cabde8
docker.io/onlyoffice/documentserver-ee
:9.2.0.1
linux/amd64linux/arm64
2025/12/01 17:211.5 GBsha256:edbd93cabde8
docker.io/onlyoffice/documentserver-ee
:9.1
linux/amd64linux/arm64
2025/10/15 16:361.5 GBsha256:1d7d6efcbb01