mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
* Dev: MSSql fake data gen docker to use same network * Fix all datasources that used network_mode: bridge
16 lines
333 B
YAML
16 lines
333 B
YAML
graphite11:
|
|
image: graphiteapp/graphite-statsd
|
|
ports:
|
|
- "8180:80"
|
|
- "2103-2104:2003-2004"
|
|
- "2123-2124:2023-2024"
|
|
|
|
fake-graphite11-data:
|
|
image: grafana/fake-data-gen
|
|
environment:
|
|
FD_DATASOURCE: graphite
|
|
FD_PORT: 2103
|
|
FD_GRAPHITE_VERSION: 1.1
|
|
depends_on:
|
|
- graphite11
|