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"
+8 -4
View File
@@ -1,8 +1,12 @@
# Domains
GITEA_DOMAIN=gitea.vps.teletype.hu
WOODPECKER_DOMAIN=woodpecker.vps.teletype.hu
WEBAPP_DOMAIN=softwares.teletype.hu
WEBAPP_TECHNICAL_DOMAIN=softwares.vps.teletype.hu
GITEA_DOMAIN=git.teletype.hu
GITEA_TECHNICAL_DOMAIN=gitea.vps.teletype.hu
WOODPECKER_DOMAIN=ci.teletype.hu
WOODPECKER_TECHNICAL_DOMAIN=woodpecker.vps.teletype.hu
WEBAPP_DOMAIN=games.teletype.hu
WEBAPP_TECHNICAL_DOMAIN=games.vps.teletype.hu
# Ports
GITEA_SSH_PORT=2222