This commit is contained in:
2025-10-08 11:58:14 +00:00
parent 3cb096733e
commit 31eadfd802
38 changed files with 394 additions and 80 deletions

View File

@@ -1,12 +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/docker/uptime_kuma/data:/app/data'
- '/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