Skip to content

A Docker image to provide ready to use Graphite stack (Graphite-web + Carbon + Whisper).

License

Notifications You must be signed in to change notification settings

creative-area/docker-graphite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graphite with Docker

This image is intended to provide a ready to use Graphite stack (Graphite-web + Carbon + Whisper).

The stack is built from source and managed by Supervisor.

Start a Graphite container

$ git clone https://github.com/creative-area/docker-graphite.git
$ cd docker-graphite && docker build -t [your-name]/graphite .
$ docker run -d -P creativearea/graphite

The image is also available on Docker Hub:

$ docker run -d -P creativearea/graphite

Options

Environment variables:

  • GRAPHITEWEB_USERNAME (default root)
  • GRAPHITEWEB_PASSWORD (default root)
  • GRAPHITEWEB_EMAIL (default root@localhost)

2 mount points are available for you to persist the Whisper data and customize the configuration:

  • /opt/graphite/storage/whisper
  • /opt/graphite/conf

About

A Docker image to provide ready to use Graphite stack (Graphite-web + Carbon + Whisper).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published