summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cadvisor/compose.yaml2
-rw-r--r--prometheus/compose.yaml2
-rw-r--r--syncthing/compose.yaml2
-rw-r--r--uptime-kuma/compose.yaml4
4 files changed, 5 insertions, 5 deletions
diff --git a/cadvisor/compose.yaml b/cadvisor/compose.yaml
index 9192e61..0e390c9 100644
--- a/cadvisor/compose.yaml
+++ b/cadvisor/compose.yaml
@@ -1,7 +1,7 @@
---
services:
cadvisor:
- image: ghcr.io/google/cadvisor:0.55.1
+ image: ghcr.io/google/cadvisor:0.56.2
container_name: cadvisor
ports:
- 10.0.0.1:8084:8080
diff --git a/prometheus/compose.yaml b/prometheus/compose.yaml
index 15a88a2..c87d6d6 100644
--- a/prometheus/compose.yaml
+++ b/prometheus/compose.yaml
@@ -4,7 +4,7 @@ volumes:
driver: local
services:
prometheus:
- image: docker.io/prom/prometheus:v3.8.1
+ image: docker.io/prom/prometheus:v3.9.1
container_name: prometheus
ports:
- 10.0.0.1:9090:9090
diff --git a/syncthing/compose.yaml b/syncthing/compose.yaml
index 6998635..b504833 100644
--- a/syncthing/compose.yaml
+++ b/syncthing/compose.yaml
@@ -1,6 +1,6 @@
services:
syncthing:
- image: ghcr.io/syncthing/syncthing:2.0.12
+ image: ghcr.io/syncthing/syncthing:2.0.14
container_name: syncthing
hostname: VPS
environment:
diff --git a/uptime-kuma/compose.yaml b/uptime-kuma/compose.yaml
index f645153..eeed5d2 100644
--- a/uptime-kuma/compose.yaml
+++ b/uptime-kuma/compose.yaml
@@ -1,12 +1,12 @@
services:
uptime-kuma:
+ container_name: uptime-kuma
+ image: louislam/uptime-kuma:2.1.3
restart: unless-stopped
ports:
- 10.0.0.1:3001:3001
volumes:
- uptime-kuma:/app/data
- container_name: uptime-kuma
- image: louislam/uptime-kuma:1.23.17
volumes:
uptime-kuma:
external: true