Skip to content

Instantly share code, notes, and snippets.

@ondrejsika
Created November 29, 2020 13:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ondrejsika/e633a5ec2a651e174e4b89c559e309e4 to your computer and use it in GitHub Desktop.
Save ondrejsika/e633a5ec2a651e174e4b89c559e309e4 to your computer and use it in GitHub Desktop.
version: "3.7"
services:
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:7.6.2
environment:
discovery.type: single-node
ports:
- 9200:9200
kibana:
image: docker.elastic.co/kibana/kibana:7.6.2
environment:
discovery.type: single-node
ports:
- 5601:5601
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment