This commit is contained in:
Yevgeniy Ulyantsev
2026-01-29 00:04:37 +03:00
parent 341d6eff13
commit 2ba06572f5

View File

@@ -3,40 +3,40 @@ version: "3.8"
services:
prometheus:
image: prom/prometheus:v2.49.1
command:
- "--config.file=/etc/prometheus/prometheus.yml"
volumes:
- ./prometheus:/etc/prometheus:ro
command:
- "--config.file=/etc/prometheus/prometheus.yml"
ports:
- "9090:9090"
loki:
image: grafana/loki:2.8.3
command:
- "-config.file=/etc/loki/loki.yaml"
volumes:
- ./loki:/etc/loki:ro
- loki-data:/loki
command:
- "-config.file=/etc/loki/loki.yaml"
ports:
- "3100:3100"
tempo:
image: grafana/tempo:2.3.1
command:
- "-config.file=/etc/tempo/tempo.yaml"
volumes:
- ./tempo:/etc/tempo:ro
- tempo-data:/var/tempo
command:
- "-config.file=/etc/tempo/tempo.yaml"
ports:
- "3200:3200"
- "4328:4318"
- "4318:4318"
otel-collector:
image: otel/opentelemetry-collector-contrib:0.93.0
command:
- "--config=/etc/otel/otel-collector.yaml"
volumes:
- ./otel:/etc/otel:ro
command:
- "--config=/etc/otel/otel-collector.yaml"
ports:
- "4317:4317"
- "4318:4318"