Removed redis-server from Procfile

This commit is contained in:
Maxim Kulkin 2013-09-25 11:56:02 +04:00
parent fa215e1343
commit e663a68605

View File

@ -1,4 +1,3 @@
webui: gunicorn --error-logfile - --log-level info ostack_validator.webui:app
redis: redis-server
worker: celery worker --app=ostack_validator.celery:app