Skip to content

Instantly share code, notes, and snippets.

@alefcastelo
Created October 24, 2018 09:52
Show Gist options
  • Save alefcastelo/73faa13e8b4e05d5b231ba11b6ed6469 to your computer and use it in GitHub Desktop.
Save alefcastelo/73faa13e8b4e05d5b231ba11b6ed6469 to your computer and use it in GitHub Desktop.
Elasticsearch+Kibana
version: '3'
services:
elasticsearch:
image: elasticsearch:6.4.1
environment:
- discovery.type=single-node
ports:
- 9200:9200
kibana:
image: kibana:6.4.1
ports:
- 5601:5601
depends_on:
- elasticsearch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment