Add tempo + portfolio
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user