[deployment] Added workaround for heroku 2nd processes. Added lost

dependency for honcho. Removed port from config.
This commit is contained in:
Peter Lomakin 2013-09-30 12:53:07 +04:00
parent 52398fe9cc
commit 1e4ac9d413
3 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1 @@
webui: gunicorn --error-logfile - --log-level info ostack_validator.webui:app --bind 0.0.0.0:8000
worker: celery worker --app=ostack_validator.celery:app
web: honcho -f ProcfileHoncho start

2
ProcfileHoncho Normal file
View File

@ -0,0 +1,2 @@
webui: gunicorn --error-logfile - --log-level info ostack_validator.webui:app
worker: celery worker --app=ostack_validator.celery:app

View File

@ -6,3 +6,4 @@ gunicorn==18.0
celery-with-redis>=3.0
# Jinja2==2.7.1
honcho==0.4.2
jinja2==2.7