GitDeployHub

calcom/docker

github.com/calcom/docker ↗
Docker
20 environment variables found in .env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow. (showing first 20, more exist in .env.example)

  • NEXT_PUBLIC_LICENSE_CONSENT Set this value to 'agree' to accept our license: LICENSE: https://github.com/calendso/calendso/blob/main/LICENSE Summary of terms: The…
  • LICENSE
  • NEXT_PUBLIC_WEBAPP_URL
  • NEXT_PUBLIC_API_V2_URL
  • API_PORT
  • API_URL
  • LOG_LEVEL
  • WEB_APP_URL
  • CALCOM_LICENSE_KEY secret
  • API_KEY_PREFIX secret
  • GET_LICENSE_KEY_URL
  • IS_E2E
  • DOCS_URL
  • NEXTAUTH_SECRET secret It is highly recommended that the NEXTAUTH_SECRET must be overridden and very unique Use `openssl rand -base64 32` to generate a key
  • CALENDSO_ENCRYPTION_KEY secret Encryption key that will be used to encrypt CalDAV credentials, choose a random string, for example with `dd if=/dev/urandom bs=1K count=1…
  • POSTGRES_USER
  • POSTGRES_PASSWORD secret
  • POSTGRES_DB
  • DATABASE_HOST
  • DATABASE_URL secret
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/calcom/docker
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/calcom/docker
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/calcom/docker
Or deploy to a different host
← Try another repo