feat: add homepage config

This commit is contained in:
2025-12-16 00:37:01 +00:00
parent edf6a9cd98
commit 9be80261c6
6 changed files with 47 additions and 0 deletions

View File

@@ -12,6 +12,12 @@ services:
- USER_UID=1000
- USER_GID=1000
restart: always
labels:
homepage.group: "Version Control"
homepage.name: "Gitea"
homepage.icon: "gitea.png"
homepage.href: "http://gitea:3000"
homepage.description: "Git Server"
networks:
- gitea
volumes: