添加服务配置文件和更新 .gitignore,包含 MinIO、Gitea、HedgeDoc、Homepage、Uptime Kuma 的 Docker Compose 配置

This commit is contained in:
2026-03-21 11:55:48 +08:00
commit 19a8f64203
8 changed files with 183 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
services:
uptime-kuma:
image: louislam/uptime-kuma:latest
container_name: uptime-kuma
restart: unless-stopped
volumes:
- ./data:/app/data
ports:
- "3002:3001"
networks:
- homelab_net
networks:
homelab_net:
external: true