2
This commit is contained in:
@@ -3,40 +3,40 @@ version: "3.8"
|
|||||||
services:
|
services:
|
||||||
prometheus:
|
prometheus:
|
||||||
image: prom/prometheus:v2.49.1
|
image: prom/prometheus:v2.49.1
|
||||||
command:
|
|
||||||
- "--config.file=/etc/prometheus/prometheus.yml"
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./prometheus:/etc/prometheus:ro
|
- ./prometheus:/etc/prometheus:ro
|
||||||
|
command:
|
||||||
|
- "--config.file=/etc/prometheus/prometheus.yml"
|
||||||
ports:
|
ports:
|
||||||
- "9090:9090"
|
- "9090:9090"
|
||||||
|
|
||||||
loki:
|
loki:
|
||||||
image: grafana/loki:2.8.3
|
image: grafana/loki:2.8.3
|
||||||
command:
|
|
||||||
- "-config.file=/etc/loki/loki.yaml"
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./loki:/etc/loki:ro
|
- ./loki:/etc/loki:ro
|
||||||
- loki-data:/loki
|
- loki-data:/loki
|
||||||
|
command:
|
||||||
|
- "-config.file=/etc/loki/loki.yaml"
|
||||||
ports:
|
ports:
|
||||||
- "3100:3100"
|
- "3100:3100"
|
||||||
|
|
||||||
tempo:
|
tempo:
|
||||||
image: grafana/tempo:2.3.1
|
image: grafana/tempo:2.3.1
|
||||||
command:
|
|
||||||
- "-config.file=/etc/tempo/tempo.yaml"
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./tempo:/etc/tempo:ro
|
- ./tempo:/etc/tempo:ro
|
||||||
- tempo-data:/var/tempo
|
- tempo-data:/var/tempo
|
||||||
|
command:
|
||||||
|
- "-config.file=/etc/tempo/tempo.yaml"
|
||||||
ports:
|
ports:
|
||||||
- "3200:3200"
|
- "3200:3200"
|
||||||
- "4328:4318"
|
- "4318:4318"
|
||||||
|
|
||||||
otel-collector:
|
otel-collector:
|
||||||
image: otel/opentelemetry-collector-contrib:0.93.0
|
image: otel/opentelemetry-collector-contrib:0.93.0
|
||||||
command:
|
|
||||||
- "--config=/etc/otel/otel-collector.yaml"
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./otel:/etc/otel:ro
|
- ./otel:/etc/otel:ro
|
||||||
|
command:
|
||||||
|
- "--config=/etc/otel/otel-collector.yaml"
|
||||||
ports:
|
ports:
|
||||||
- "4317:4317"
|
- "4317:4317"
|
||||||
- "4318:4318"
|
- "4318:4318"
|
||||||
|
|||||||
Reference in New Issue
Block a user