Fewer workers / threads for authentik
This commit is contained in:
parent
92fdfd252a
commit
356e04c005
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue