- Use gunicorn

- Add env variable GUNICORN_WORKERS (default: 1)
- new Port (8000)
- You don't need to run "flask deploy" by hand anymore
This commit is contained in:
Patrick Jentsch
2020-04-20 10:11:45 +02:00
parent f91583484e
commit 15373ed00f
5 changed files with 12 additions and 14 deletions

View File

@ -7,6 +7,7 @@ Flask-SocketIO
Flask-SQLAlchemy
Flask-Table
Flask-WTF
gunicorn
jsonpatch
psycopg2
redis