Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 808 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 808 Bytes

graphite

Simple graphite installation. It runs graphite with apache2+uWSGI and carbon-cache.

Security

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

Env variables

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

Credits

Created by Marek Obuchowicz from KoreKontrol Germany GmbH.

Many thanks to bebehei

License

MIT