compose.yaml erneut hinzugefügt

This commit is contained in:
2026-03-23 16:02:15 +01:00
parent c7a890f917
commit c19bb06603
23 changed files with 906 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
services:
uptime-kuma:
image: louislam/uptime-kuma
container_name: uptime-kuma
labels:
- wud.watch=true
- com.hanold.environment=production
deploy:
resources:
limits:
memory: 1G
volumes:
- ./data:/app/data
ports:
- 9011:3001
restart: unless-stopped
environment:
UPTIME_KUMA_DB_TYPE: mariadb
UPTIME_KUMA_DB_HOSTNAME: 192.168.178.170
UPTIME_KUMA_DB_PORT: 3306
UPTIME_KUMA_DB_USERNAME: uptimekuma
UPTIME_KUMA_DB_PASSWORD: dbpass
UPTIME_KUMA_DB_NAME: uptimekuma
networks: {}