I need to setup mongodb on render.com so I used their Deploy to Render button that did create a private service with mongo.
Now the problem is they allow private host:port value to connect internally and they also do have a shell on dashboard (under service) that lets to connect to mongodb via shell.
I am not good with docker, and I dont want to setup a (web) service using nodejs (that I hope would work internally) without being sure it is the right way. So if I have to use bind-ip or anything I need confidence/examples.
They have an open feature request Ability to SSH into instances.
Any Ideas?