Is it possible to deploy Influxdb on render?

Sorry, I am new to render. If it is possible then how can I deploy influxdb with docker in render? Thank you.

Hi @Mehedi ,

Welcome to Render :slight_smile: I haven’t personally deployed influxdb, and we don’t have any guides for it, but I briefly looked into it and it looks like a good fit for hosting on Render. You’ll want to create your influxdb service as a Render Private Service (Private Services | Render · Cloud Hosting for Developers) which will be accessible to your other services over TCP. For guidance on how to deploy it, I recommend checking out our general Docker doc (Deploy Docker — How to Use Docker | Render), as well as some guides for deploying similar databases like MongoDB (Deploy MongoDB | Render · Cloud Hosting for Developers) or Redis (Deploy Persistent Redis with Docker | Render).