Skip to content

adityav-verma/flask-frame

Repository files navigation

flask-frame

A production ready flask setup using Docker, Nginx and uWSGI.

Requirements:

Docker: For creating containers. For info about installing docker visit Docker docs

Steps

  • Clone the repo
  • Copy docker-compose.yml.sample to docker-compose.yml
  • Copy app/configs.py.sample to app/configs.py. and add the necessary configurations
  • Run docker-compose up --build

That's it. The flask app should be up and running.