From e0946f30db6a229f2cca6e58f2caff7346d13e0b Mon Sep 17 00:00:00 2001 From: john Date: Sat, 29 Nov 2025 14:13:35 +0000 Subject: [PATCH] Upload files to "uptime-kuma" --- uptime-kuma/docker-compose.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 uptime-kuma/docker-compose.yml diff --git a/uptime-kuma/docker-compose.yml b/uptime-kuma/docker-compose.yml new file mode 100644 index 0000000..42d3cba --- /dev/null +++ b/uptime-kuma/docker-compose.yml @@ -0,0 +1,11 @@ +services: + uptime-kuma: + image: louislam/uptime-kuma:2.0.2 + container_name: uptime-kuma + restart: always + ports: + - "3010:3001" + volumes: + - /mnt/cephfs/docker/uptime-kuma:/app/data + - /var/run/docker.sock:/var/run/docker.sock +