Colin Griffin
Colin Griffin
The docker image runs the same migrations as the core project and doesn't do anything differently there, that's why I think it may be an issue in core. It isn't...
Please consider this pull request for merging
+1 to this. In order to provide proper logging and feedback related these errors, it would be great to know what to expect. I also went through the source, and...
Closing as resolved. If you landed here, this issue is usually related to attempting to initialize submodules with recursive mode, as git will fail to pull repositories that are optional...
You really shouldn't have to that extra work. Can you share what docker runtime/tools and their versions you're using?
The error reports that your network named `stack` hasn't been created yet. Run `docker compose up -d database`, which will create the network if it doesn't exist. Then run your...
In kubernetes we use "init containers" for this type of thing, which is something I'm also migrating to in our org's calcom setup. Check this out and see if it...
I don't know a whole lot about the SSO setup in particular, but that's fairly common in these cases. Just keep an eye out for port conflicts. Worth noting, if...
There is, can you please try `calcom/docker:canary` and let me know if it works for you?
It's the same dockerfile from this repo, but I needed to set up arm64 build runners for it. Doing the build emulated on x86 or on slower filesystems (like rpi)...