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" 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:

View File

@ -1,7 +1,7 @@
version: "3.9" version: "3.9"
services: services:
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: