correcting note on static file hosting for dev
[oweals/karmaworld.git] / Procfile
index 1d0d904fb56b6ca968484edca6ffaeb27333c773..c596ce18219156b29d3bca2cc390c8045f09ef28 100644 (file)
--- a/Procfile
+++ b/Procfile
@@ -1,2 +1,2 @@
-web: gunicorn karmaworld.wsgi
-celerywrapper: sh celerywrapper.sh
+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