rubick/Procfile
2013-09-25 11:56:02 +04:00

4 lines
135 B
Plaintext

webui: gunicorn --error-logfile - --log-level info ostack_validator.webui:app
worker: celery worker --app=ostack_validator.celery:app