Update images' versions

This commit is contained in:
digitalstudium 2022-05-31 17:55:17 +03:00 committed by GitHub
parent c218ba73ee
commit 000aaf782a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,21 +1,21 @@
version: "3.9" version: "3.9"
services: services:
grafana: grafana:
image: grafana/grafana:8.0.6-ubuntu image: grafana/grafana:8.5.3-ubuntu
ports: ports:
- "3000:3000" - "3000:3000"
volumes: volumes:
- grafana-data:/var/lib/grafana - grafana-data:/var/lib/grafana
- grafana-configs:/etc/grafana - grafana-configs:/etc/grafana
prometheus: prometheus:
image: prom/prometheus:v2.28.1 image: prom/prometheus:v2.36.0
ports: ports:
- "9090:9090" - "9090:9090"
volumes: volumes:
- prom-data:/prometheus - prom-data:/prometheus
- prom-configs:/etc/prometheus - prom-configs:/etc/prometheus
node-exporter: node-exporter:
image: prom/node-exporter:v1.2.0 image: prom/node-exporter:v1.3.1
ports: ports:
- "9100:9100" - "9100:9100"
volumes: volumes: