Coolify logoCoolify

Calcom

SERVICE REMOVED FROM COOLIFY

This service has been removed from Coolify’s one-click service catalog. More info on https://github.com/coollabsio/coolify/pull/9776

Calcom dashboard

What is Calcom

Scheduling infrastructure for everyone.

Deploying on x86 (amd64)

You need to change default docker compose to the following to make cal.com work on x86 (amd64):

services:
  calcom:
    image: 'calcom/cal.com:<VERSION compatible with amd64>
    platform: linux/amd64
    (... same ...)

You can check the latest amd64 compatible version here.

Example:

services:
  calcom:
    image: 'calcom/cal.com:v5.9.0
    platform: linux/amd64
    (... same ...)

On this page