A production ready flask setup using Docker
, Nginx
and uWSGI
.
Docker: For creating containers. For info about installing docker visit Docker docs
- Clone the repo
- Copy
docker-compose.yml.sample
todocker-compose.yml
- Copy
app/configs.py.sample
toapp/configs.py.
and add the necessary configurations - Run
docker-compose up --build
That's it. The flask app should be up and running.