From a97c88454f15e3052e28b0c951773f1f766d150f Mon Sep 17 00:00:00 2001 From: Eduardo David Paredes Vara <34484630+epava1516@users.noreply.github.com> Date: Mon, 22 Dec 2025 16:27:54 +0100 Subject: [PATCH] Update docker-compose.yml --- authentik/docker-compose.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/authentik/docker-compose.yml b/authentik/docker-compose.yml index 1e53a85..d43c06d 100644 --- a/authentik/docker-compose.yml +++ b/authentik/docker-compose.yml @@ -79,14 +79,6 @@ services: traefik.http.routers.authentik-outpost-gitea.service: "authentik" traefik.http.routers.authentik-outpost-gitea.priority: "50" - # ✅ CORRECCIÓN: Callback del outpost para tu WEB (www.thehomelesssherlock.com) - traefik.http.routers.authentik-outpost-ths.rule: "Host(`thehomelesssherlock.com`,`www.thehomelesssherlock.com`) && PathPrefix(`/outpost.goauthentik.io/`)" - traefik.http.routers.authentik-outpost-ths.entrypoints: "${TRAEFIK_ENTRYPOINT_SECURE}" - traefik.http.routers.authentik-outpost-ths.tls: "true" - traefik.http.routers.authentik-outpost-ths.tls.certresolver: "${TRAEFIK_CERTRESOLVER}" - traefik.http.routers.authentik-outpost-ths.service: "authentik" - traefik.http.routers.authentik-outpost-ths.priority: "250" - authentik-worker: image: ${AUTHENTIK_IMAGE} container_name: authentik-worker