mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 21:33:02 +01:00
update graphite
This commit is contained in:
@@ -14,7 +14,10 @@ graphite:
|
|||||||
image: vimagick/graphite
|
image: vimagick/graphite
|
||||||
ports:
|
ports:
|
||||||
- "2003:2003"
|
- "2003:2003"
|
||||||
|
- "2003:2003/udp"
|
||||||
- "2004:2004"
|
- "2004:2004"
|
||||||
|
- "2023:2023"
|
||||||
|
- "2024:2024"
|
||||||
- "7002:7002"
|
- "7002:7002"
|
||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
- "9001:9001"
|
- "9001:9001"
|
||||||
@@ -35,11 +38,17 @@ $ docker-compose exec graphite sh
|
|||||||
>>> python webapp/manage.py migrate --run-syncdb --noinput
|
>>> python webapp/manage.py migrate --run-syncdb --noinput
|
||||||
>>> python webapp/manage.py createsuperuser
|
>>> python webapp/manage.py createsuperuser
|
||||||
>>> python webapp/manage.py changepassword
|
>>> python webapp/manage.py changepassword
|
||||||
|
>>> supervisorctl status
|
||||||
|
carbon-aggregator RUNNING pid 9, uptime 0:00:13
|
||||||
|
carbon-cache RUNNING pid 8, uptime 0:00:22
|
||||||
|
graphite-webapp RUNNING pid 7, uptime 0:00:24
|
||||||
>>> exit
|
>>> exit
|
||||||
$ tree -F -L 4
|
$ tree -F -L 4
|
||||||
├── data/
|
├── data/
|
||||||
│ ├── conf/
|
│ ├── conf/
|
||||||
|
│ │ ├── aggregation-rules.conf
|
||||||
│ │ ├── carbon.conf
|
│ │ ├── carbon.conf
|
||||||
|
│ │ ├── rewrite-rules.conf
|
||||||
│ │ └── storage-schemas.conf
|
│ │ └── storage-schemas.conf
|
||||||
│ └── storage/
|
│ └── storage/
|
||||||
│ ├── carbon-cache-a.pid
|
│ ├── carbon-cache-a.pid
|
||||||
|
|||||||
Reference in New Issue
Block a user