Created For - Personal Use
Created - May 25, 2014, 10 p.m.
Language Used - Python
I use docker-compose to orchestrate Nginx as the reverse proxy, with a sidecar certbot container for SSL duties, along with separate containers for the django deployment and postgres db.
The site itself is fairly vanilla django/bootstrap.
For the latest source code, see the bitbucket repo.