docker icon indicating copy to clipboard operation
docker copied to clipboard

The Docker configuration for Cal.com is an effort powered by people within the community. Cal.com, Inc. does not provide official support for Docker, but we will accept fixes and documentation. Use at...

Results 156 docker issues
Sort by recently updated
recently updated
newest added

Hello team, Could you please help me on that ? ![image](https://user-images.githubusercontent.com/3965823/177962214-4dc733a7-cce4-4910-85e1-17ed9e4b4d0b.png) > Docker compose ``` calendso: build: context: . dockerfile: Dockerfile args: - NEXT_PUBLIC_WEBAPP_URL=${NEXT_PUBLIC_WEBAPP_URL} - NEXT_PUBLIC_LICENSE_CONSENT=${NEXT_PUBLIC_LICENSE_CONSENT} - NEXT_PUBLIC_TELEMETRY_KEY=${NEXT_PUBLIC_TELEMETRY_KEY} - NEXTAUTH_SECRET=${NEXTAUTH_SECRET}...

documentation

CALCOM_LICENSE_KEY is missing from the env example and from the build, causing enterprise feature flags to not be detected

What is the best way to deploy changes while developing without having to rebuild the container?

When I try to docker-compose up -d --build, the build is completed successfully but the calendso app container keeps restarting. Looking into docker logs, I get these errors: ``` +...

One of the current restrictions of the cal.com project is the requirement of an active database connection during the build process. This is necessary for validating schemas, but should not...

One of the current restrictions of the cal.com project is the embedding of variables like the NEXT_PUBLIC_WEBAPP_URL strictly into the static build. For CDN-based deployments or other managed deployment mechanisms...

Could somebody kindly update the latest build on docker hub? I think there have been many important changes on the codebase within the last 2 months. Thank you very much!

What are the steps to update a previously built docker container? I’d imagine an update of the repository `git pull origin master ` ? a (manual?) review of .env changes?...

documentation

Following the instructions to build the container. `docker compose build calcom` fails with: `WARN[0000] The "NEXT_PUBLIC_TELEMETRY_KEY" variable is not set. Defaulting to a blank string. [+] Building 0.0s (0/0) network...

triage

``` docker compose build calcom [+] Building 0.0s (0/0) network mode "stack" not supported by buildkit. You can define a custom network for your builder using the network driver-opt in...