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