blob: 97f6176e60060ae4020d47f5262d8988e1eca5e7 [file] [log] [blame]
version: '2'
services:
elasticsearch:
image: "${REGISTRY}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"