Skip to content

Instantly share code, notes, and snippets.

View GalayM's full-sized avatar
😜

Mihail Galay GalayM

😜
View GitHub Profile
@GalayM
GalayM / docker-compose.yml
Created May 23, 2022 11:44 — 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