docker-nginx-gunicorn-flask-letsencrypt
docker-nginx-gunicorn-flask-letsencrypt copied to clipboard
[Request] Tutorial.
This is amazing. There's so little reference on how to build a boilerplate for securing a dockerized app with certbot. I was hoping there's a tutorial on this like how it was made step by step. An article or video? Also, maybe a Django version next? :)
Thank you for this!
Thanks for your comment, it's much appreciated.
It's been a while since I've actively worked on this project, and I now only assure basic maintenance, I'll think about documenting the process a bit more in depth when I have a bit more time.
I assume this setup should already allow you to run it for a Django app with really simple changes:
- you would need to change the Python requirements
- the content of the example_app directory (with your Django app)
- and finally the Gunicorn command launching the app, to point to the right Django entrypoint
- (and possibly a few env vars?)
All this is theoretical, as I have not tested it, but from the top of my head, there should not be any other places to update/change.