Features:
It uses a uWSGI server for the flask app and uses nginx to reverse proxy the requests.
Steps:
- Use this template on Github to make your flask application.
- Add all your code in the app/views.py file.
-
docker-compose build
to build the docker containers. -
docker-compose up
to run the containers on port 5000.
Top comments (0)