Bolt.diy deployed in render.com

Hello. Im new here.
Anybody have successfully deployed bolt.diy in render.com?

TIA

Hi, no did not try, but could imagine that it is similar to cloudflare deployment which is documented and I also made a video about it. Maybe you can adapt it. Or did you already try?

Yup. Already tried but always failed. I’ll post here some errors and screenshots later. Currently im using mobile

1 Like

Here’s several screenshots.
settings for docker deployment in render.com

One thing I noticed the .tool-verions file does not exist in 1.0.0 anymore?
Also, cant see the following in render, what would possibly be the workaround?

setting for Remix framework
setting for nodejs_compat compatibility
compatibility date
compatibility flag

.tool-version => does not exists anymore, thats correct (removed from the repo at all, cause not needed)

I see you using docker. Can you use nodejs directly and not docker as we do for cloudflare?

Also tried using node but still the deployment failed.

I think render uses node.js version 24 so I changed the version to 18.18.0 (via variable) as indicated in the package.json but the deployment still fails