Add speedtest exporter

This commit is contained in:
Jake Howard
2023-01-31 21:45:59 +00:00
parent 051b5b0e19
commit e4fba8208e
2 changed files with 17 additions and 0 deletions

View File

@ -48,6 +48,11 @@ services:
- PVE_TOKEN_VALUE={{ prometheus_api_token }}
- PVE_VERIFY_SSL=false
speedtest_exporter:
image: jraviles/prometheus_speedtest:latest
restart: unless-stopped
user: "{{ docker_user.id }}"
networks:
grafana:
external: true