mirror of
https://github.com/stefanprodan/dockprom.git
synced 2025-05-05 15:32:50 +00:00
Merge pull request #99 from nightah/master
Update cAdvisor, Prometheus and Grafana to latest versions
This commit is contained in:
commit
5ec3ce13d5
@ -23,7 +23,7 @@ services:
|
||||
org.label-schema.group: "monitoring"
|
||||
|
||||
cadvisor:
|
||||
image: google/cadvisor:v0.28.3
|
||||
image: google/cadvisor:v0.31.0
|
||||
container_name: cadvisor
|
||||
volumes:
|
||||
- /:/rootfs:ro
|
||||
|
@ -11,7 +11,7 @@ volumes:
|
||||
services:
|
||||
|
||||
prometheus:
|
||||
image: prom/prometheus:v2.4.2
|
||||
image: prom/prometheus:v2.4.3
|
||||
container_name: prometheus
|
||||
volumes:
|
||||
- ./prometheus/:/etc/prometheus/
|
||||
@ -69,7 +69,7 @@ services:
|
||||
org.label-schema.group: "monitoring"
|
||||
|
||||
cadvisor:
|
||||
image: google/cadvisor:v0.28.3
|
||||
image: google/cadvisor:v0.31.0
|
||||
container_name: cadvisor
|
||||
volumes:
|
||||
- /:/rootfs:ro
|
||||
@ -86,7 +86,7 @@ services:
|
||||
org.label-schema.group: "monitoring"
|
||||
|
||||
grafana:
|
||||
image: grafana/grafana:5.2.4
|
||||
image: grafana/grafana:5.3.1
|
||||
container_name: grafana
|
||||
volumes:
|
||||
- grafana_data:/var/lib/grafana
|
||||
|
Loading…
x
Reference in New Issue
Block a user