Skip to content

korekontrol/docker-graphite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Simple dockerized graphite container.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 51.9%
  • Dockerfile 48.1%