0
Deploying Django on Docker and AWS EC2
Architecture
Getting started
The choices made when deploying the project depend on the expected levels of traffic and number of posts that the site needs to manage.
For high performance installation we deploy the production servers with the following stack:
- Front end webserver with
nginx
- Biostar WSGI running via
uwsgi
Mysql
as the databaseRabbitMQ
as the job queueCelery
for running the asynchronous jobsElasticsearch
as the search engineDocker
keeping everything running
The conf/docker
folder has configuration files for nginx
, uwsgi
and docker-compose
.
Table of contents
0
ADD COMMENT