diff --git a/docker-compose.yml b/docker-compose.yml index fb3b3b5..1568787 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -27,8 +27,8 @@ services: # Service (puerto interno del contenedor) - "traefik.http.services.amigos-nucleoriofrio-service.loadbalancer.server.port=3001" - # Middleware de autenticación ESPECÍFICO para amigos-app - - "traefik.http.middlewares.amigos-authentik.forwardauth.address=https://lvl0.nucleoriofrio.com/outpost.goauthentik.io/auth/traefik" + # Middleware de autenticación usando outpost lvl0 + - "traefik.http.middlewares.amigos-authentik.forwardauth.address=http://ak-outpost-lvl0:9000/outpost.goauthentik.io/auth/traefik" - "traefik.http.middlewares.amigos-authentik.forwardauth.trustForwardHeader=true" - "traefik.http.middlewares.amigos-authentik.forwardauth.authResponseHeaders=X-authentik-username,X-authentik-email,X-authentik-name,X-authentik-uid,X-authentik-groups,X-authentik-entitlements,Set-Cookie"