feat: Initial commit

This commit is contained in:
2025-03-19 15:45:16 -04:00
parent 255b00dbfc
commit 9dfa621c8d
2 changed files with 29 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
# uptime-kuma
Service monitoring tool
Service monitoring tool
[uptime-kuma](https://github.com/louislam/uptime-kuma/tree/master)
## Usage
1. Clone the repository onto host machine or copy the compose.yaml file.

23
compose.yaml Normal file
View File

@@ -0,0 +1,23 @@
services:
uptime_kuma:
image: louislam/uptime-kuma:1
container_name: uptime-kuma
restart: unless-stopped
networks:
- proxy
ports:
- 3100:3001
volumes:
- updtime_kuma_data:/app/data
security_opt:
- no-new-privileges:true
networks:
proxy:
external: true
volumes:
updtime_kuma_data:
driver: local
labels:
dev.housh.description: "Uptime-kuma data volume."