docker icon indicating copy to clipboard operation
docker copied to clipboard

Are Build-Time Variables still Required?

Open bamf-admin opened this issue 2 years ago • 1 comments

I've seen various documentations that seem to say that future (or maybe current) implementations of Cal.com community docker instance might not need specific build-time variables for production, and that you can just use run-time variables for the full extent of Cal.com's configuration. Is that true? Or is the current version of this repo's README accurate when it says that those build time variables still need to be specified separate from run-time variables, and that you need to build it yourself for a production installation?

bamf-admin avatar Nov 10 '23 21:11 bamf-admin

I'm quite familiar with mutli-stage docker builds, but not so much node/yarn toolchain. Why is it even necessary to specify the database connection during build time? I have never built an application that needs to know the deployment information during build time.

cn-ml avatar Jul 17 '24 09:07 cn-ml