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"