Skip to content

Instantly share code, notes, and snippets.

View edarioq's full-sized avatar
🕹️
There is no real difference between work and play.

Edgar Quintero edarioq

🕹️
There is no real difference between work and play.
View GitHub Profile
@axw
axw / docker-compose.yml
Created January 8, 2020 01:33
Minimal Elastic Stack + APM Docker Compose
version: '2.2'
services:
apm-server:
image: docker.elastic.co/apm/apm-server:7.5.1
depends_on:
elasticsearch:
condition: service_healthy
kibana:
condition: service_healthy
cap_add: ["CHOWN", "DAC_OVERRIDE", "SETGID", "SETUID"]