Add tempo + portfolio

This commit is contained in:
2026-07-25 15:54:53 +00:00
parent e13bfe4502
commit cc2df9ea6b
8 changed files with 643 additions and 3 deletions
+17
View File
@@ -1,6 +1,19 @@
version: "3"
services:
tempo:
image: grafana/tempo:2.10.7
command:
- -config.file=/etc/tempo/tempo.yml
configs:
- source: tempo_config
target: /etc/tempo/tempo.yml
volumes:
- tempodata:/var/tempo
networks:
- prometheus_network
- wireguard_network
perses:
image: persesdev/perses:latest
volumes:
@@ -94,12 +107,16 @@ configs:
otel_collector_config:
name: otel_collector_config_${DATETIME}
file: ./otel-collector/config.yaml
tempo_config:
name: tempo_config_${DATETIME}
file: ./tempo/tempo.yml
volumes:
persesdata:
prometheusdata:
ntfydata:
alertmanagerdata:
tempodata:
networks:
reverse_network: