mirror of
https://github.com/grafana/grafana.git
synced 2024-11-29 20:24:18 -06:00
3fcff2555a
* Fix running graphite data sources in dev env * Remove broken dashboard files * Add Graphite 1.0 and 0.9 to provisioned data sources
17 lines
363 B
YAML
17 lines
363 B
YAML
graphite1:
|
|
image: graphiteapp/graphite-statsd:1.0.2-3
|
|
ports:
|
|
- "8280:80"
|
|
- "2203-2204:2003-2004"
|
|
- "2223-2224:2023-2024"
|
|
|
|
fake-graphite1-data:
|
|
image: grafana/fake-data-gen
|
|
network_mode: bridge
|
|
environment:
|
|
FD_DATASOURCE: graphite
|
|
FD_PORT: 2203
|
|
FD_GRAPHITE_VERSION: 1.0
|
|
depends_on:
|
|
- graphite1
|