From faeffcace0c45b69d9a451b46c33a5bc99c592a6 Mon Sep 17 00:00:00 2001 From: akanealw Date: Wed, 22 Apr 2026 17:42:38 +0000 Subject: [PATCH] removed proxy and readded docker sock --- compose.yml | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/compose.yml b/compose.yml index 55534f8..95ba150 100644 --- a/compose.yml +++ b/compose.yml @@ -73,25 +73,7 @@ services: - ./data:/data - ./certs:/certs - ./custom-templates:/templates - - authentik-proxy: - - container_name: authentik-proxy - image: ghcr.io/goauthentik/proxy - # Optionally specify the container's network, which must be able to reach the core authentik server. - # networks: - # - foo - networks: - - authentik - ports: - - 9001:9000 - - 9444:9443 - environment: - AUTHENTIK_HOST: https://authentik.akanealw.com - AUTHENTIK_INSECURE: "false" - AUTHENTIK_TOKEN: token-generated-by-authentik - # Optional setting to be used when `authentik_host` for internal communication doesn't match the public URL. - # AUTHENTIK_HOST_BROWSER: https://external-domain.tld + - /var/run/docker.sock:/var/run/docker.sock volumes: database: