From 356e04c005f1b6c46f6c38d57c83731ee0d0160d Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Thu, 22 Sep 2022 08:52:41 +0100 Subject: [PATCH] Fewer workers / threads for authentik --- ansible/roles/authentik/files/docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ansible/roles/authentik/files/docker-compose.yml b/ansible/roles/authentik/files/docker-compose.yml index df2627f..952c17f 100644 --- a/ansible/roles/authentik/files/docker-compose.yml +++ b/ansible/roles/authentik/files/docker-compose.yml @@ -18,6 +18,8 @@ x-authentik: &authentik - AUTHENTIK_EMAIL__PASSWORD={{ authentik_email_password }} - AUTHENTIK_EMAIL__USE_TLS=true - AUTHENTIK_EMAIL__FROM={{ authentik_email_from }} + - AUTHENTIK_WEB__WORKERS=2 + - AUTHENTIK_WEB__THREADS=2 volumes: - "{{ app_data_dir }}/authentik/media:/media" - "{{ app_data_dir }}/authentik/custom-templates:/templates"