Skip to content

Instantly share code, notes, and snippets.

@dainiusjocas
Created February 9, 2021 19:12
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 dainiusjocas/65f24c7ffad9e5ff1961163fc5d2f279 to your computer and use it in GitHub Desktop.
Save dainiusjocas/65f24c7ffad9e5ff1961163fc5d2f279 to your computer and use it in GitHub Desktop.
version: '2'
services:
kibana:
build: kb-docker/.
expose:
- "5601"
ports:
- "5601:5601"
environment:
SERVER_HOST: "0.0.0.0"
elasticsearch:
build: es-docker/.
ports:
- "9200:9200"
expose:
- "9200"
environment:
SERVER_NAME: "elasticsearch"
discovery.type: "single-node"
volumes:
- tlre-es-data:/usr/share/elasticsearch/data
volumes:
tlre-es-data:
driver: local
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment