Skip to content

Instantly share code, notes, and snippets.

@raztud
raztud / elk-docker-compose.yml
Created October 25, 2020 21:01 — forked from Shmarkus/elk-docker-compose.yml
ELK stack (version 7.9.1) Docker compose bundle
version: "3"
services:
elasticsearch:
image: elasticsearch:7.9.1
container_name: elasticsearch
restart: unless-stopped
environment:
- node.name=elasticsearch
- discovery.seed_hosts=elasticsearch
- cluster.initial_master_nodes=elasticsearch