rubick/Procfile
2013-09-25 18:01:11 +04:00

4 lines
155 B
Plaintext

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