summaryrefslogtreecommitdiffstats
path: root/docker/storperf-graphite/etc/supervisor.d/gunicorn.ini
diff options
context:
space:
mode:
Diffstat (limited to 'docker/storperf-graphite/etc/supervisor.d/gunicorn.ini')
-rw-r--r--docker/storperf-graphite/etc/supervisor.d/gunicorn.ini13
1 files changed, 13 insertions, 0 deletions
diff --git a/docker/storperf-graphite/etc/supervisor.d/gunicorn.ini b/docker/storperf-graphite/etc/supervisor.d/gunicorn.ini
new file mode 100644
index 0000000..7a94ac8
--- /dev/null
+++ b/docker/storperf-graphite/etc/supervisor.d/gunicorn.ini
@@ -0,0 +1,13 @@
+[program:graphite-webapp]
+autostart = true
+autorestart = true
+stdout_events_enabled = true
+stderr_events_enabled = true
+stdout_logfile_maxbytes = 1MB
+stdout_logfile_backups = 0
+stderr_logfile_maxbytes = 1MB
+stderr_logfile_backups = 0
+
+directory = /opt/graphite/webapp
+environment = PYTHONPATH='/opt/graphite/webapp'
+command = /usr/bin/gunicorn -b127.0.0.1:8000 -w2 graphite.wsgi