From cddc69dde51dbe2bd7110b14e6633fc61a11323a Mon Sep 17 00:00:00 2001 From: john Date: Thu, 27 Nov 2025 21:29:59 +0000 Subject: [PATCH] Upload files to "uptime-kuma" --- uptime-kuma/docker-compose.yml | 15 +++++++++++++++ 1 file changed, 15 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..03736d2 --- /dev/null +++ b/uptime-kuma/docker-compose.yml @@ -0,0 +1,15 @@ +services: + uptime-kuma: + image: louislam/uptime-kuma:1 + container_name: uptime-kuma + deploy: + placement: + constraints: [node.role == worker] + replicas: 1 + restart: always + ports: + - "3010:3001" + volumes: + - /mnt/cephfs/docker/uptime-kuma:/app/data + - /var/run/docker.sock:/var/run/docker.sock +