Skip to content

Instantly share code, notes, and snippets.

@primayudantra
Created July 19, 2019 09:23
Show Gist options
  • Save primayudantra/dedd4c80729ac984fbfb8673f99ee590 to your computer and use it in GitHub Desktop.
Save primayudantra/dedd4c80729ac984fbfb8673f99ee590 to your computer and use it in GitHub Desktop.
setup elasticsearch and kibana
version: '2'
services:
elasticsearch:
image: elasticsearch:7.2.0
environment:
- discovery.type=single-node
ports:
- 127.0.0.1:9200:9200
kibana:
image: kibana:7.2.0
ports:
- 127.0.0.1:5601:5601
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment