vintasoftware / django-react-boilerplate

Django 5, React, Bootstrap 5 with Python 3 and Webpack project boilerplate
MIT License
1.97k stars 479 forks source link

Consider add nginx #439

Closed FreelanceDev217 closed 4 years ago

FreelanceDev217 commented 4 years ago

Is your feature request related to a problem? Please describe. Not really.

Describe the solution you'd like I suggest adding nginx configuration in docker files.

joaopslins commented 4 years ago

Hi @FreelanceDev217 , thanks for bringing this up for discussion.

What are your motivations to have nginx on the project? What issue are you trying to solve here?

FreelanceDev217 commented 4 years ago

I finished a web app development project and found this boiler-plate very useful. Especially, you have docker files that are almost ready to be used. I just thought if you add nginx setting (with nginx.conf) in the docker files, it would be more useful. I am not much experienced and this is just an idea of a newbie. Thank you anyway for sharing this wonderful boiler-plate.

jhgv commented 4 years ago

Hi @FreelanceDev217! We don't intend for now to add an Nginx pre-configuration file into the boilerplate. However, we are working on a Kubernetes solution that might be helpful if you intend to deploy the boilerplate in any cloud services.

Thanks!