This commit is contained in:
2026-01-14 21:51:19 +01:00
parent 34b8876d70
commit 764e109fc9
9 changed files with 242 additions and 36 deletions

View File

@@ -0,0 +1,28 @@
# Name: Uptime Kuma
# https://github.com/louislam/uptime-kuma
version: '3.9'
services:
uptime-kuma:
image: 'louislam/uptime-kuma:2'
container_name: uptime-kuma
volumes:
- '/home/rcadmin/docker/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
labels:
- homepage.group=Infrastructure
- homepage.name=Uptime Kuma
- homepage.icon=uptime-kuma.png
#- homepage.description=Gitea server
- homepage.href=https://uptime.home.ramberg.net/
- homepage.widget.type=uptimekuma
- homepage.widget.url=http://192.168.50.201:3001
- homepage.widget.title=Uptime Kuma
- homepage.widget.slug=statuspageslug
- homepage.widget.fields=["up", "down", "uptime", "incident"]