This commit is contained in:
2025-11-30 12:34:45 +01:00
parent e5f390ad42
commit 13e6dd903a
125 changed files with 5482 additions and 28 deletions

3
__swarm/uptime-kuma/.env Executable file
View File

@@ -0,0 +1,3 @@
APPNAME=uptime-kuma
DOCKER_REGISTRY=r.sectorq.eu/library/
RESTART=always

View File

@@ -0,0 +1,14 @@
services:
uptime-kuma:
container_name: uptime-kuma
image: ${DOCKER_REGISTRY:-}louislam/uptime-kuma:nightly2
labels:
com.centurylinklabs.watchtower.enable: true
wud.watch: true
wud.watch.digest: true
ports:
- 3001:3001
restart: always
volumes:
- /share/docker_data/uptime-kuma:/app/data
- /var/run/docker.sock:/var/run/docker.sock