Skip to content

Instantly share code, notes, and snippets.

@alexlopes
Last active September 20, 2018 02:37
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 alexlopes/12396196ad6c47e1cb5aae6690c3a018 to your computer and use it in GitHub Desktop.
Save alexlopes/12396196ad6c47e1cb5aae6690c3a018 to your computer and use it in GitHub Desktop.
Docker Stack
## Elastic Search
version: "3.2"
services:
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:6.2.4
ports:
- 9600:9200
- 9300:9300
environment:
discovery.type: "single-node"
networks:
- dxc-tools
networks:
some-net:
external: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment