DEV Community

Discussion on: Deploying your Django 3 App

Collapse
 
mateusz__be profile image
Mateusz Bełczowski

Haven't heard about Render before, but looks interesting. Let's say that you have "classic" Django setup - docker compose with several services (Django, PostgreSQL, Celery, Redis, RabbitMQ, Daphne for handling websockets) - what would be the breakdown of the pricing to host entire application? How would you deploy that? :)

Collapse
 
jakemalachowski profile image
Jake Malachowski

Hey Mateusz!

The cost will be highly dependent on your resource requirements. From what you described, it seems like you would have:

One thing to call out where we are notably different from our competitors is that we don't currently have any limits on simultaneous connections or connection duration, including websockets!

Some of the other cool features that come with all Render services:

You can look at our pricing page to get an idea of how much it would cost based on your resource requirements.

I hope this helps! If you have any more questions, feel free to drop a message in our Slack channel.

Collapse
 
mateusz__be profile image
Mateusz Bełczowski

Awesome, thanks :)