Skip to content
Snippets Groups Projects
Select Git revision
  • 58330e1fff1e1f0bcb1df7ca94217079a549168d
  • master default protected
2 results

run.sh

Blame
  • Procfile 114 B
    web: gunicorn wsgi:application -b 0.0.0.0:$PORT -w 8
    worker: python manage.py celeryd -E -B --beat --concurrency=1