Gitiles
Code Review
Sign In
gerrit.opencord.org
/
voltha
/
a0252ac182705990b487e7afa400bac4f19dab34
/
.
/
compose
/
docker-compose-elasticsearch.yml
blob: 72a373990b08ac9a858101ee28615680472dc25f [
file
] [
log
] [
blame
]
version:
'2'
services:
elasticsearch:
image:
"docker.elastic.co/elasticsearch/elasticsearch:${ELASTIC_TAG:-5.6.0}"
environment:
-
transport.host=localhost
-
transport.tcp.port=9300
-
xpack.security.enabled=false
ports:
-
"9200:9200"
-
"9300:9300"