docker
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...
Here is an attempt at fixing #141. `NEXT_PUBLIC_WEBAPP_URL` variable is no longer expected during docker build time. Instead, a "placeholder" value is used, and replaced at runtime. Let me know...
Every time I sit down to try and get this running I seem to take a step backwards. A new pull, from scratch, on a cleaned-out docker. `DOCKER_BUILDKIT=0 docker compose...
Hello Everyone I am trying to upgrade to calcom I toke a backup for our database from inside the container using "docker exec -i postgres /usr/bin/pg_dump \ -U > postgres-backup.sql...
## Expected Behavior Docker image build should be successful. ## Actual Behavior Docker image build isn't successful and comes with the following error ```` @calcom/web:build: info - Linting and checking...
The SMTP configuration only works when I run the Docker container on my laptop, but when I move the same configuration to my virtual host, the IP address 127.0.1.1 is...
Get this error when following the steps in the README.md, all configuration as default as possible. ``` ➤ YN0013: │ @aws-sdk/middleware-endpoint@npm:3.272.0 can't be found in the cache and will be...
Hello everyone, I have a deployment of cal.com with the following characteristics: - AWS EC2 instance with 2VCPU and 2GB RAM, Ubuntu 22.04 LTS. - Docker Compose deployment. Everything works...
Receiving the following error at the final step of trying to build the image after attempting to upgrade from calcom v3.7.11 to calcom v3.8.9. Build is being done via GH...
Upgraded from 3.6.1-sh to 3.8.5 and I am getting this errors, I was not able to find a solution or report here in the issues. I am running Cal.com in...
I'm trying to deploy the docker project on a personal server running Fedora Server 39 and Docker. Using basically default settings in my `.env`, and updating only `NEXT_PUBLIC_WEBAPP_URL, NEXTAUTH_SECRET`, `CALENDSO_ENCRYPTION_KEY`...