Skip to content

Instantly share code, notes, and snippets.

@EightArmCode
Created February 19, 2021 09:51
Show Gist options
  • Save EightArmCode/55272b6fe6f856d7135207b72221252c to your computer and use it in GitHub Desktop.
Save EightArmCode/55272b6fe6f856d7135207b72221252c to your computer and use it in GitHub Desktop.
Docker compose elastic + kibana
services:
elasticsearch:
image: elasticsearch:7.10.1
ports:
- 9200:9200
environment:
- discovery.type=single-node
kibana:
image: kibana:7.10.1
ports:
- 5601:5601
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment