Back to Apps
Cal.com - No Database

Deploy Cal.com - No Database on Your Own Server

The open-source Calendly alternative.

πŸ“¦ Other

Want to deploy Cal.com - No Database on your server faster? Try Senate with one-command setup, automatic HTTPS and monitoring.

Get Started

What is Cal.com - No Database?

The open-source Calendly alternative.

Self-Host Cal.com - No Database

Follow these steps to deploy on your own server.

1

Install Docker

Skip this step if Docker is already installed on your server.

curl -fsSL https://get.docker.com | sh
2

Configure

Customize the settings below. Defaults work for most cases.

General
3

Deploy

Copy the configuration and run it on your server.

services:
  call_only:
    image: calcom/cal.com:v2.5.4
    environment:
      CALENDSO_ENCRYPTION_KEY: secret
      DATABASE_DIRECT_URL: postgresql://user:password@database:5432/calendso
      DATABASE_HOST: database:5432
      DATABASE_URL: postgresql://user:password@database:5432/calendso
      EMAIL_FROM: notifications@example.com
      EMAIL_SERVER_HOST: smtp.example.com
      EMAIL_SERVER_PASSWORD: email_password
      EMAIL_SERVER_PORT: email_password
      EMAIL_SERVER_USER: email_user
      GOOGLE_API_CREDENTIALS: "{}"
      NEXTAUTH_SECRET: secret
      NEXT_PUBLIC_WEBAPP_URL: http://call_only.your-domain.com
      NODE_ENV: production
      POSTGRES_DB: calendso
      POSTGRES_PASSWORD: password
      POSTGRES_USER: user

Then run:

docker compose up -d
4

Access

Once started, access your app at http://localhost:3000

Why Self-Host Cal.com - No Database?

Full Data Ownership

Your data stays on your servers. No third-party access.

No Monthly Fees

Pay only for your server. No per-seat or usage charges.

Complete Control

Customize, backup, and scale on your own terms.

Privacy & Compliance

Meet GDPR, HIPAA, or internal security requirements.

Technical Details

Docker Image

calcom/cal.com:${version}

Want to go faster?

Try Senate! Senate handles Docker, HTTPS, updates, and monitoring for you. Deploy any of our 300+ apps with a single command.

Install on any Linux server:

sh -c "$(curl -sSL https://get.senate.sh)"