Skip to main content

Docmost

Setup

  1. Add DNS records at Infomaniak pointing docs.<domain> to the server:

    • A record: docs<ipv4>
    • AAAA record: docs<ipv6>
  2. In Coolify, go to New Resource → Service and search for Docmost. Keep the auto-generated service name and deploy.

  3. Open the service, click on the docmost container (not the service level — the domain field is hidden inside the container settings).

  4. Set the domain to https://docs.<domain> and save. Coolify will issue an SSL cert automatically via the proxy.

  5. Fill in the mail environment variables (everything else is auto-generated by Coolify):

    VariableValue
    MAIL_DRIVERsmtp
    SMTP_HOSTsmtp.protonmail.ch
    SMTP_PORT587
    SMTP_USERNAMEyour Proton email
    SMTP_PASSWORDProton SMTP token (same one used in Coolify)
    SMTP_SECUREfalse (STARTTLS handles it)
    MAIL_FROM_ADDRESSyour Proton email
    MAIL_FROM_NAMEDocmost
    POSTMARK_TOKENleave blank

    MAIL_DRIVER is required — Docmost won't start without it.

  6. Open https://docs.<domain> and create the initial workspace and admin account.