Uptime Kuma

This commit is contained in:
2025-10-07 17:28:18 +02:00
parent 7a75816842
commit 2d7c90de46
2 changed files with 17 additions and 0 deletions

17
uptime_kuma/compose.yml Normal file
View File

@@ -0,0 +1,17 @@
# Name: Uptime Kuma
# https://github.com/louislam/uptime-kuma
version: '3.9'
services:
uptime-kuma:
image: 'louislam/uptime-kuma:1'
container_name: uptime-kuma
volumes:
- '/home/rcadmin/uptime_kuma/data:/app/data'
- /var/run/docker.sock:/var/run/docker.sock
ports:
- '127.0.0.1:3001:3001'
restart: always
deploy:
placement:
constraints:
- node.role == manager

View File