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

@@ -11,10 +11,10 @@ SQLAlchemy ==1.3.5
PyMySQL ==0.9.3
redis ==3.2.1
# Migrations
Flask-Migrate ==2.5.2
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