Docker to production

This commit is contained in:
pycook
2019-11-10 19:06:38 +08:00
parent 2cfea7ef08
commit ca0dd97626
7 changed files with 37 additions and 41 deletions

View File

@@ -19,7 +19,7 @@ redis = "==3.2.1"
Flask-Migrate = "==2.5.2"
# Deployment
gevent = "==1.4.0"
gunicorn = ">=19.1.1"
gunicorn = "==19.1.1"
supervisor = "==4.0.3"
# Auth
Flask-Login = "==0.4.1"