mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 11:12:58 +08:00

* Dev: MSSql fake data gen docker to use same network * Fix all datasources that used network_mode: bridge
16 lines
338 B
YAML
16 lines
338 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
|
|
environment:
|
|
FD_DATASOURCE: graphite
|
|
FD_PORT: 2203
|
|
FD_GRAPHITE_VERSION: 1.0
|
|
depends_on:
|
|
- graphite1
|