rubick/ProcfileHoncho
2013-10-22 19:11:45 +04:00

3 lines
134 B
Plaintext

webui: gunicorn --error-logfile - --log-level info rubick.webui:app --bind 0.0.0.0:8000
worker: celery worker --app=rubick.celery:app