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: