Introduced uptime kuma

This commit is contained in:
2025-07-01 18:40:10 +02:00
parent 29b35c2a22
commit a4238128b3
2 changed files with 31 additions and 0 deletions

16
uptime-kuma/compose.yml Normal file
View File

@@ -0,0 +1,16 @@
# /services/uptime-kuma/compose.yml
services:
uptime-kuma:
image: louislam/uptime-kuma:1
container_name: uptime-kuma
restart: always
networks:
- traefik
volumes:
- ./data:/app/data
- /var/run/docker.sock:/var/run/docker.sock
networks:
traefik:
external: true