Skip to content

Instantly share code, notes, and snippets.

@acs
Created December 23, 2016 11:56
Show Gist options
  • Save acs/51cb42a62a4fe0a392c8c317cd2ba472 to your computer and use it in GitHub Desktop.
Save acs/51cb42a62a4fe0a392c8c317cd2ba472 to your computer and use it in GitHub Desktop.
elasticsearch:
image: elasticsearch:5.1.1
command: elasticsearch -E network.bind_host=0.0.0.0
ports:
- "9200:9200"
environment:
- ES_JAVA_OPTS=-Xms2g -Xmx2g
kibiter:
image: bitergia/kibiter:dev-5.1.1
links:
- elasticsearch
ports:
- "5601:5601"
environment:
- ELASTICSEARCH_URL=http://elasticsearch:9200
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment