correcting note on static file hosting for dev
[oweals/karmaworld.git] / Procfile
index e43aaa5680338b1c562abbad4ab36559d8fa3bde..c596ce18219156b29d3bca2cc390c8045f09ef28 100644 (file)
--- a/Procfile
+++ b/Procfile
@@ -1,2 +1,2 @@
-web: gunicorn karmaworld.wsgi
-celery: python manage.py celery worker --pidfile=/tmp/celeryd.pid -l info
+web: newrelic-admin run-program gunicorn -b 0.0.0.0:$PORT karmaworld.wsgi
+worker: python manage.py celery worker -B -l info -Q $CELERY_QUEUE_NAME