Skip to content

fuatu/graphite-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Installation

run the command below in terminal

$ docker-compose up

create superuser

open another terminal to create superuser go into docker image with the command below from terminal:"

$ docker exec -it graphite /bin/bash"

create your user in the container with this command:"

$ /usr/lib/python3/dist-packages/django/bin/django-admin.py createsuperuser --settings=graphite.settings

Accessing from browser

graphite http://localhost:8000

django admin http://localhost:8000/admin/

About

Create your own graphite using docker-compose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published