Initaler Commit - Glados Docker YMLs

This commit is contained in:
2026-05-14 11:23:02 +02:00
commit 37d42cebe7
7 changed files with 278 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
services:
uptime-kuma:
image: louislam/uptime-kuma:1
container_name: uptime_kuma
restart: unless-stopped
ports:
- 3001:3001
volumes:
- /srv/docker/uptimekuma/data:/app/data
deploy:
resources:
limits:
cpus: '0.5'
memory: 256M
healthcheck:
test: ["CMD", "extra/healthcheck"]
interval: 30s
timeout: 10s
retries: 3
start_period: 30s
logging:
driver: "json-file"
options:
max-size: "10m"
max-file: "3"