Actualizar docker-compose.yml
All checks were successful
deploy-meshcentral / deploy (push) Successful in 12s
All checks were successful
deploy-meshcentral / deploy (push) Successful in 12s
This commit is contained in:
@@ -38,7 +38,7 @@ services:
|
|||||||
# ======================================================================
|
# ======================================================================
|
||||||
|
|
||||||
# Service - Conexión HTTP interna (Traefik maneja HTTPS hacia el exterior)
|
# Service - Conexión HTTP interna (Traefik maneja HTTPS hacia el exterior)
|
||||||
- "traefik.http.services.${APP_NAME}.loadbalancer.server.port=80"
|
- "traefik.http.services.${APP_NAME}.loadbalancer.server.port=79"
|
||||||
|
|
||||||
# Router principal con Authentik Forward Auth para rutas de usuario
|
# Router principal con Authentik Forward Auth para rutas de usuario
|
||||||
- "traefik.http.routers.${APP_NAME}.rule=Host(`${APP_DOMAIN}`) && !PathPrefix(`/agent.ashx`) && !PathPrefix(`/meshrelay.ashx`) && !PathPrefix(`/devicefile.ashx`) && !PathPrefix(`/amtactivate`) && !PathPrefix(`/meshsettings`) && !PathPrefix(`/devicepower.ashx`)"
|
- "traefik.http.routers.${APP_NAME}.rule=Host(`${APP_DOMAIN}`) && !PathPrefix(`/agent.ashx`) && !PathPrefix(`/meshrelay.ashx`) && !PathPrefix(`/devicefile.ashx`) && !PathPrefix(`/amtactivate`) && !PathPrefix(`/meshsettings`) && !PathPrefix(`/devicepower.ashx`)"
|
||||||
|
|||||||
Reference in New Issue
Block a user