Simple graphite installation. It runs graphite with apache2+uWSGI and carbon-cache.
When container starts, it tries to create django admin user. It's email can be overwritten using env variable. To set admin's password, you should execute:
docker exec -ti <container_name> graphite-manage changepassword admin
Variable | Default value | Description |
---|---|---|
DJANGO_ADMIN_EMAIL |
[email protected] |
Email of django admin user |
SECRET_KEY |
(none) | django secret key, should be set to a unique random value for each instance of the container |
Created by Marek Obuchowicz from KoreKontrol Germany GmbH.
Many thanks to bebehei