mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
16 lines
420 B
YAML
16 lines
420 B
YAML
|
elasticsearch2:
|
||
|
image: elasticsearch:2.4.1
|
||
|
command: elasticsearch -Des.network.host=0.0.0.0
|
||
|
ports:
|
||
|
- "9200:9200"
|
||
|
- "9300:9300"
|
||
|
volumes:
|
||
|
- ./docker/blocks/elastic2/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml
|
||
|
|
||
|
fake-elastic-data:
|
||
|
image: grafana/fake-data-gen
|
||
|
network_mode: bridge
|
||
|
environment:
|
||
|
FD_DATASOURCE: elasticsearch2
|
||
|
FD_PORT: 9200
|