Fix: Agregar configuración de red para conectividad con Authentik
All checks were successful
deploy-meshcentral / deploy (push) Successful in 12s

- Deshabilitar IPv6 en el contenedor (sysctls)
- Optimizar resolución DNS (dns_opt)
- Forzar resolución interna de authentik.nucleoriofrio.com a 172.19.0.5
This commit is contained in:
2025-10-31 23:56:17 -06:00
parent 26cae53610
commit 70d30dfaef

View File

@@ -29,6 +29,14 @@ services:
nofile:
soft: 65536
hard: 65536
sysctls:
- net.ipv6.conf.all.disable_ipv6=1
- net.ipv6.conf.default.disable_ipv6=1
dns_opt:
- use-vc
- ndots:1
extra_hosts:
- "authentik.nucleoriofrio.com:172.19.0.5"
networks:
- principal
- traefik-network