Skip to content

Instantly share code, notes, and snippets.

View ariellurodriguez's full-sized avatar

Ariel Rodriguez ariellurodriguez

  • Covedisa
View GitHub Profile
version: '3.5'
services:
elasticsearch:
container_name: elasticsearch
image: elasticsearch:7.5.0
environment:
- bootstrap.memory_lock=true
- discovery.type=single-node
- "ES_JAVA_OPTS=-Xms512m -Xmx512m"
ports: