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
17 lines
368 B
YAML
17 lines
368 B
YAML
graphite09:
|
|
build: docker/blocks/graphite09
|
|
ports:
|
|
- "8380:80"
|
|
- "2303:2003"
|
|
- "2304:2004"
|
|
volumes:
|
|
- /etc/localtime:/etc/localtime:ro
|
|
- /etc/timezone:/etc/timezone:ro
|
|
|
|
fake-graphite09-data:
|
|
image: grafana/fake-data-gen
|
|
environment:
|
|
FD_DATASOURCE: graphite
|
|
FD_PORT: 2303
|
|
FD_GRAPHITE_VERSION: 0.9
|