Nodejs microservices deployment with render

Hi, i am new to render and i want deploy my dockerized nodejs microservice to render. How do i go about it?

1 Like

Hi there,

Thanks for reaching out.

That’s a very open-ended question, have you tried deploying it yet?

The Docker docs are here: Docker on Render, you’d create a service selecting the Docker environment and point it at your repo. It’ll then build from your Dockerfile. At the bottom of that documentation are some example Docker projects that deploy to Render, it might be worth looking at those to see how they’re set up.

If you have any specific questions/issues once you’ve tried deploying, please let us know.

Alan

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.