添加服务配置文件和更新 .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:
homepage:
image: ghcr.io/gethomepage/homepage:latest
container_name: homepage
restart: unless-stopped
volumes:
- ./config:/app/config
ports:
- "3003:3000"
networks:
- homelab_net
networks:
homelab_net:
external: true