Production-grade solution for Django application deployment
This whole thing is set-up with idea of microservices architecture in head. Using docker stack, tls, reverse proxy and
other tools this app will wrap your Django application with a fancy production ribbon
fab init
and watch the magic happenNOTE: there is a set of useful commands defined in fabfile.py
to orchestrate the process e.g scaling your app service on the fly as easy as - fab scale:app,5
.
WARNING: default tls certificate will contain no user data and is not CA verified, if you would like to use your own
certificate please alter nginx configuration.