configuracion actual

This commit is contained in:
2025-10-05 04:00:40 -06:00
parent fa418dae4f
commit 72719e75b0
17 changed files with 1076 additions and 1274 deletions

17
dynamic/gitea.yml Normal file
View File

@@ -0,0 +1,17 @@
# Configuración de Gitea
http:
routers:
gitea:
rule: "Host(`gitea.nucleoriofrio.com`)"
entryPoints:
- websecure
service: gitea-service
tls:
certResolver: letsencrypt
services:
gitea-service:
loadBalancer:
servers:
- url: "http://gitea:3000"