Docker Nginx Gunicorn Flask Letsencrypt Versions Save

Boilerplate code for setting up Nginx + Gunicorn + Flask + automated LetsEncrypt certificates (https) using docker-compose.

2.1.2

3 years ago
  • Updated Docker images.
  • Do not use multiprocessing.cpu_count() * 2 + 1 to calculate the number of workers used by Gunicorn as this could lead to some issues as running in a Docker container (see https://bugs.python.org/issue36054).

2.1.1

3 years ago