summaryrefslogtreecommitdiffstats
path: root/docker/storperf-graphite/etc/supervisor.d/gunicorn.ini
blob: 7a94ac882d8267463234db06381c3de2a74c62d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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