Run locally
Terminal
$ npx launchfile up calcom Requires Docker Desktop. No source code needed — pulls pre-built images and starts calcom with all dependencies.
Image:
calcom/cal.com:latest Launchfile
View on GitHub
# yaml-language-server: $schema=https://launchfile.dev/schema/v1
version: launch/v1
name: calcom
description: "Scheduling infrastructure for everyone (open-source Calendly alternative)"
repository: https://github.com/calcom/cal.com
logo: https://raw.githubusercontent.com/calcom/cal.com/main/apps/web/public/cal-com-icon.svg
image: calcom/cal.com:latest
provides:
- protocol: http
port: 3000
exposed: true
requires:
- type: postgres
set_env:
DATABASE_URL: $url
env:
NEXTAUTH_SECRET:
generator: secret
sensitive: true
CALENDSO_ENCRYPTION_KEY:
generator: secret
sensitive: true
NEXT_PUBLIC_WEBAPP_URL:
default: "http://localhost:3000"
restart: always Required Services
postgres
Learn More
Spec references for features used in this Launchfile.
Related Apps
activepieces
UncategorizedWorkflow automation with 200+ integrations (open-source Zapier alternative)
linkwarden
UncategorizedCollaborative bookmark manager with full-text search and AI tagging
matomo
UncategorizedPrivacy-focused web analytics platform (formerly Piwik, Google Analytics alternative)