fix: errorpages intercepted gitea container registry endpoint

gitea registry introduced
This commit is contained in:
2026-06-07 13:39:54 +02:00
parent b8d5bc747d
commit fe2b80b51f
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -36,6 +36,7 @@ services:
# Prod Router
- "traefik.http.routers.gitea.rule=Host(`gitea.forust.xyz`)"
- "traefik.http.routers.gitea.entrypoints=websecure"
- "traefik.http.routers.gitea.tls.certresolver=letsencrypt"
- "traefik.http.routers.gitea.tls=true"
# Local Router
- "traefik.http.routers.gitea-local.rule=Host(`gitea.workstation.internal`)"