更新 Gitea、HedgeDoc、Homepage、MinIO、Uptime Kuma 的 Docker Compose 配置,添加 Traefik 代理和环境变量,新增 HedgeDoc 的 .gitignore 文件
This commit is contained in:
@@ -7,6 +7,12 @@ services:
|
||||
- ./config:/app/config
|
||||
ports:
|
||||
- "3003:3000"
|
||||
environment:
|
||||
- HOMEPAGE_ALLOWED_HOSTS=homepage.homelab
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.homepage.rule=Host(`homepage.homelab`)"
|
||||
- "traefik.http.services.homepage.loadbalancer.server.port=3000"
|
||||
networks:
|
||||
- homelab_net
|
||||
|
||||
|
||||
Reference in New Issue
Block a user