Skip to content

Instantly share code, notes, and snippets.

View lpeethani-clgx's full-sized avatar

Lakshman CoreLogic lpeethani-clgx

View GitHub Profile
@lpeethani-clgx
lpeethani-clgx / docker-compose.yml
Created May 27, 2022 11:14 — forked from axw/docker-compose.yml
Docker Compose with Elastic Stack and APM Server 6.5.0
version: "2.1"
services:
apm-server:
image: docker.elastic.co/apm/apm-server:${STACK_VERSION:-6.5.0}
ports:
- "127.0.0.1:${APM_SERVER_PORT:-8200}:8200"
- "127.0.0.1:${APM_SERVER_MONITOR_PORT:-6060}:6060"
command: >
apm-server -e
-E apm-server.rum.enabled=true