upd deps
This commit is contained in:
parent
7de2e56fd9
commit
169c7f364d
2 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@ networks:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
grafana:
|
grafana:
|
||||||
image: grafana/grafana:9.4.7
|
image: grafana/grafana:9.5.1
|
||||||
container_name: grafana
|
container_name: grafana
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -113,7 +113,7 @@ services:
|
||||||
# - monitoring
|
# - monitoring
|
||||||
cadvisor:
|
cadvisor:
|
||||||
# ARM image
|
# ARM image
|
||||||
image: gcr.io/cadvisor/cadvisor-arm:v0.47.1
|
image: gcr.io/cadvisor/cadvisor-arm64:v0.47.1
|
||||||
container_name: cadvisor
|
container_name: cadvisor
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command:
|
command:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
images=$(grep 'image:' docker-compose.yml | grep -v '#' | sed 's/^ *//' | cut -d ' ' -f2 | cut -d ':' -f1)
|
images=$(grep 'image:' docker-compose.yml | grep -v '#' | sed 's/^ *//' | cut -d ' ' -f2 | cut -d ':' -f1)
|
||||||
for image in $images
|
for image in $images
|
||||||
do
|
do
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue