[deployment] Added workaround for heroku 2nd processes. Added lost
dependency for honcho. Removed port from config.
This commit is contained in:
4
Procfile
4
Procfile
@@ -1,3 +1 @@
|
|||||||
webui: gunicorn --error-logfile - --log-level info ostack_validator.webui:app --bind 0.0.0.0:8000
|
web: honcho -f ProcfileHoncho start
|
||||||
worker: celery worker --app=ostack_validator.celery:app
|
|
||||||
|
|
2
ProcfileHoncho
Normal file
2
ProcfileHoncho
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
webui: gunicorn --error-logfile - --log-level info ostack_validator.webui:app
|
||||||
|
worker: celery worker --app=ostack_validator.celery:app
|
@@ -6,3 +6,4 @@ gunicorn==18.0
|
|||||||
celery-with-redis>=3.0
|
celery-with-redis>=3.0
|
||||||
# Jinja2==2.7.1
|
# Jinja2==2.7.1
|
||||||
honcho==0.4.2
|
honcho==0.4.2
|
||||||
|
jinja2==2.7
|
||||||
|
Reference in New Issue
Block a user