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...
I verified that the connection works with `pg_isready`, however during the build step it fails to connect to localhost (and the provided db url) ``` @calcom/prisma:build: Prisma schema loaded from...
hi there, was trying to install the docker-compose "as is" without any change but it's giving the following error @calcom/prisma:build: error: Environment variable not found: DATABASE_URL. @calcom/prisma:build: --> schema.prisma:6 @calcom/prisma:build:...
The `git clone` command is asking for usernames now. Is that right? ``` git clone --recursive https://github.com/calendso/docker.git calendso-docker Cloning into 'calendso-docker'... remote: Enumerating objects: 617, done. remote: Counting objects: 100%...
Hi, I have installed calcom using Docker and when I open my app url, I get errors concerning missing secret `[next-auth][error][NO_SECRET] 2022-02-22T16:26:01.391583752Z https://next-auth.js.org/errors#no_secret Please define a `secret` in production. MissingSecret...
After building calendso on my server and getting access to both the page as well as the studio, I got this error when loading studio and also when trying to...
make it possible to overwrite the :3000 port using .env instead of modifying docker-compose.yaml file
WIP: Do Not Pull (can be referenced as an example for issues/questions) This pull request demonstrates running in a configuration for local development (or non-production). Currently this is the quickest...
- use profiles for Studio (docker-compose --profile withstudio up) [and optional: for database] https://docs.docker.com/compose/profiles/ - use container_names - restart unless-stopped - use shortcut for DATABASE_URL (easier when using full URL...
Hey Cal community! Excited to add [Doppler](https://doppler.com) support for secure secrets management. Guide to using Doppler with Cal: 1. Import our project to get setup. 2. Create a service token....