File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,41 +42,5 @@ services:
4242 interval : 10s
4343 timeout : 10s
4444 retries : 5
45- tempo :
46- image : grafana/tempo:latest
47- ports :
48- - " 4318:4318" # OTLP HTTP (usa este en Spring Boot)
49- - " 3200:3200" # Tempo query port (lo usa Grafana)
50- command : [ "-config.file=/etc/tempo.yml" ]
51- volumes :
52- - ./docker-config/tempo/tempo.yml:/etc/tempo.yml
53- grafana :
54- image : grafana/grafana:latest
55- ports :
56- - " 3000:3000"
57- environment :
58- - GF_SECURITY_ADMIN_USER=admin
59- - GF_SECURITY_ADMIN_PASSWORD=admin
60- volumes :
61- - grafana-storage:/var/lib/grafana
62- promtail :
63- image : grafana/promtail:latest
64- volumes :
65- - ./logs:/var/log/app
66- - ./docker-config/promtail/promtail-config.yml:/etc/promtail/config.yml
67- command : -config.file=/etc/promtail/config.yml
68- depends_on :
69- - loki
70- loki :
71- image : grafana/loki:latest
72- ports :
73- - " 3100:3100"
74- command : -config.file=/etc/loki/local-config.yaml
75- prometheus :
76- image : prom/prometheus
77- ports :
78- - " 9090:9090"
79- volumes :
80- - ./docker-config/prometheus/prometheus.yml:/etc/prometheus/prometheus.yml
8145volumes :
8246 grafana-storage:
You can’t perform that action at this time.
0 commit comments