Collabora Online

How to deploy Collabora service.

Collabora Online is a powerful online document editing suite which you can integrate into your own infrastructure or access via one of our trusted hosting partners.

services:
  - id: collabora
    name: Collabora
    dockerConfiguration:
      image: collabora/code
      imageVersion: latest
    countMin: 1
    countMax: 1
    ports:
      - listeningPort: 9980
        healthCheckType: HTTP
        healthCheckMethod: GET
        healthCheckPath: /
        loadBalancerRules:
          - publicPort: 443
    environmentVariables:
      - key: username
        value: "admin"
      - key: password
        value: "***SuperAdminPassword***"
        isSensitive: true
      - key: dictionaries
        value: "fr_FR"
      - key: extra_params
        value: " --o:ssl.enable=false --o:ssl.termination=true"
    capacityCpuMhz: 1024
    capacityMemoryMB: 1024