docker-nginx-gunicorn-flask-letsencrypt icon indicating copy to clipboard operation
docker-nginx-gunicorn-flask-letsencrypt copied to clipboard

[Request] Tutorial.

Open nikkopante opened this issue 2 years ago • 1 comments

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!

nikkopante avatar Apr 16 '23 08:04 nikkopante

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.

smallwat3r avatar Jan 23 '24 22:01 smallwat3r