docker: added graphite v1.x docker block

This commit is contained in:
Torkel Ödegaard
2017-08-07 15:12:12 +02:00
parent 4fe79edd40
commit 0e2b809f7e
38 changed files with 1702 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
#!/bin/bash
export PYTHONPATH=/opt/graphite/webapp && exec /usr/local/bin/gunicorn wsgi --workers=4 --bind=127.0.0.1:8080 --log-file=/var/log/gunicorn.log --preload --pythonpath=/opt/graphite/webapp/graphite