Compare commits

...

2 Commits

Author SHA1 Message Date
digitalstudium 7238aeaa83
Update image version 2022-05-31 17:55:40 +03:00
digitalstudium 000aaf782a
Update images' versions 2022-05-31 17:55:17 +03:00
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -1,7 +1,7 @@
version: "3.9"
services:
node-exporter:
image: prom/node-exporter:v1.2.0
image: prom/node-exporter:v1.3.1
ports:
- "9100:9100"
volumes: