Bump Grafana, Prometheus & Node Exporter to latest

Signed-off-by: Gerhard Lazu <gerhard@lazu.co.uk>
This commit is contained in:
Gerhard Lazu 2020-11-13 12:15:06 +00:00
parent 2d769fa86b
commit 3f6f54eb02
1 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ volumes:
services: services:
grafana: grafana:
# https://hub.docker.com/r/grafana/grafana/tags # https://hub.docker.com/r/grafana/grafana/tags
image: grafana/grafana:6.7.2 image: grafana/grafana:7.3.2
ports: ports:
- "3000:3000" - "3000:3000"
networks: networks:
@ -34,7 +34,7 @@ services:
GF_INSTALL_PLUGINS: "flant-statusmap-panel,grafana-piechart-panel" GF_INSTALL_PLUGINS: "flant-statusmap-panel,grafana-piechart-panel"
prometheus: prometheus:
# https://hub.docker.com/r/prom/prometheus/tags # https://hub.docker.com/r/prom/prometheus/tags
image: prom/prometheus:v2.17.2 image: prom/prometheus:v2.22.1
networks: networks:
- "rabbitmq-prometheus" - "rabbitmq-prometheus"
ports: ports:
@ -51,7 +51,7 @@ services:
expose: expose:
- 9100 - 9100
# https://hub.docker.com/r/prom/node-exporter/tags # https://hub.docker.com/r/prom/node-exporter/tags
image: prom/node-exporter:v0.18.1 image: prom/node-exporter:v1.0.1
networks: networks:
- "rabbitmq-prometheus" - "rabbitmq-prometheus"
volumes: volumes: