- 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

@ -14,7 +14,7 @@ GITLAB_PASSWORD=
### Flask ###
FLASK_CONFIG=
# SECRET_KEY=
SECRET_KEY=
### Flask-Mail ###
MAIL_SERVER=
@ -24,6 +24,9 @@ MAIL_USERNAME=
MAIL_PASSWORD=
MAIL_DEFAULT_SENDER=
### Gunicorn ###
GUNICORN_WORKERS=
### nopaque ###
NOPAQUE_ADMIN=
NOPAQUE_STORAGE=