mirror of
https://github.com/grafana/grafana.git
synced 2025-02-14 09:33:34 -06:00
17 lines
331 B
YAML
17 lines
331 B
YAML
graphite:
|
|
build: blocks/graphite1
|
|
ports:
|
|
- "8080:80"
|
|
- "2003:2003"
|
|
volumes:
|
|
- /etc/localtime:/etc/localtime:ro
|
|
- /etc/timezone:/etc/timezone:ro
|
|
|
|
fake-graphite-data:
|
|
image: grafana/fake-data-gen
|
|
network_mode: bridge
|
|
environment:
|
|
FD_DATASOURCE: graphite
|
|
FD_PORT: 2003
|
|
|