Skip to content

Instantly share code, notes, and snippets.

View andredeabreugoncalves's full-sized avatar

André Gonçalves andredeabreugoncalves

View GitHub Profile
@markheath
markheath / docker-compose-v1.yml
Last active May 13, 2024 15:29
Elasticsearch docker compose examples
version: '2.2'
services:
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:6.4.1
container_name: elasticsearch
environment:
- cluster.name=docker-cluster
- bootstrap.memory_lock=true
- "ES_JAVA_OPTS=-Xms512m -Xmx512m"
ulimits: