first commit

This commit is contained in:
julien
2025-01-14 18:02:29 +01:00
commit a48d370062
3 changed files with 11 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
volumes/
+1
View File
@@ -0,0 +1 @@
# status.netig.net
+9
View File
@@ -0,0 +1,9 @@
services:
uptime-kuma:
image: louislam/uptime-kuma:latest
container_name: statusnetignet_uptime-kuma
ports:
- "127.0.0.1:9009:3001"
volumes:
- ./volumes/data:/app/data
restart: unless-stopped