mirror of
https://github.com/grafana/grafana.git
synced 2024-11-28 03:34:15 -06:00
18 lines
356 B
Plaintext
18 lines
356 B
Plaintext
graphite:
|
|
build: blocks/graphite
|
|
ports:
|
|
- "8080:80"
|
|
- "2003:2003"
|
|
volumes:
|
|
- /var/docker/gfdev/graphite:/opt/graphite/storage/whisper
|
|
- /etc/localtime:/etc/localtime:ro
|
|
- /etc/timezone:/etc/timezone:ro
|
|
|
|
fake-graphite-data:
|
|
image: grafana/fake-data-gen
|
|
net: bridge
|
|
environment:
|
|
FD_DATASOURCE: graphite
|
|
FD_PORT: 2003
|
|
|