/flask-restful

docker+nginx+gunicorn+flask configuraton

Primary LanguagePython

deploy flask app in docker

use gunicorn as web server, nginx as proxy server.then deploy this in docker by docker-compose

start:

docker-compose build
docker-compose up

restart:

docker-compose up -d