technical domain for git and ci

This commit is contained in:
2025-12-10 10:08:45 +01:00
parent d6b47e6735
commit a7cf3c8a10
2 changed files with 10 additions and 5 deletions
+2 -1
View File
@@ -28,6 +28,7 @@ services:
labels:
- "traefik.enable=true"
- "traefik.http.routers.gitea.rule=Host(`${GITEA_DOMAIN}`)"
- "traefik.http.routers.gitea.rule=Host(`${GITEA_DOMAIN}`) || Host(`${GITEA_TECHNICAL_DOMAIN}`)"
- "traefik.http.routers.gitea.entrypoints=web"
- "traefik.http.services.gitea.loadbalancer.server.port=3000"
- "traefik.docker.network=proxy"
@@ -50,7 +51,7 @@ services:
- woodpecker:/var/lib/woodpecker
labels:
- "traefik.enable=true"
- "traefik.http.routers.woodpecker.rule=Host(`${WOODPECKER_DOMAIN}`)"
- "traefik.http.routers.woodpecker.rule=Host(`${WOODPECKER_DOMAIN}`) || Host(`${WOODPECKER_TECHNICAL_DOMAIN}`)"
- "traefik.http.routers.woodpecker.entrypoints=web"
- "traefik.http.services.woodpecker.loadbalancer.server.port=8000"
- "traefik.docker.network=proxy"