Fix: Agregar configuración de red para conectividad con Authentik
All checks were successful
deploy-meshcentral / deploy (push) Successful in 12s
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:
@@ -29,6 +29,14 @@ services:
|
|||||||
nofile:
|
nofile:
|
||||||
soft: 65536
|
soft: 65536
|
||||||
hard: 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:
|
networks:
|
||||||
- principal
|
- principal
|
||||||
- traefik-network
|
- traefik-network
|
||||||
|
|||||||
Reference in New Issue
Block a user