mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
22 lines
426 B
YAML
22 lines
426 B
YAML
graphite:
|
|
build:
|
|
context: blocks/graphite1
|
|
args:
|
|
version: master
|
|
ports:
|
|
- "8080:80"
|
|
- "2003:2003"
|
|
- "8125:8125/udp"
|
|
- "8126:8126"
|
|
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
|
|
|