mirror of https://github.com/grafana/grafana
parent
aea74f0e7f
commit
49e756aa93
@ -1,15 +1,18 @@ |
|||||||
# You need to run 'sysctl -w vm.max_map_count=262144' on the host machine |
# You need to run 'sysctl -w vm.max_map_count=262144' on the host machine |
||||||
|
version: '2' |
||||||
|
services: |
||||||
elasticsearch5: |
elasticsearch5: |
||||||
image: elasticsearch:5 |
image: elasticsearch:5 |
||||||
command: elasticsearch |
command: elasticsearch |
||||||
ports: |
ports: |
||||||
- "10200:9200" |
- '10200:9200' |
||||||
- "10300:9300" |
- '10300:9300' |
||||||
|
|
||||||
fake-elastic5-data: |
fake-elastic5-data: |
||||||
image: grafana/fake-data-gen |
image: grafana/fake-data-gen |
||||||
network_mode: bridge |
links: |
||||||
|
- elasticsearch5 |
||||||
|
# network_mode: bridge |
||||||
environment: |
environment: |
||||||
FD_DATASOURCE: elasticsearch |
FD_DATASOURCE: elasticsearch |
||||||
FD_PORT: 10200 |
FD_PORT: 10200 |
||||||
|
Loading…
Reference in new issue