authentik: Support for additional mounts

This commit is contained in:
uumas
2025-05-26 00:00:27 +03:00
parent bc2220e1ed
commit 8fdb8eaf80
4 changed files with 48 additions and 14 deletions

View File

@@ -12,13 +12,7 @@
docker_additional_services:
- redis
docker_env: "{{ authentik_common_env | combine(authentik_env) }}"
docker_mounts:
- path: /media
name: "media"
- path: /templates
name: "templates"
- path: /certs
name: "certs"
docker_mounts: "{{ _authentik_mounts }}"
- name: Authentik worker container
ansible.builtin.include_role:
@@ -31,10 +25,4 @@
- worker
reverse_proxy_type: none
docker_env: "{{ authentik_common_env | combine(authentik_env) }}"
docker_mounts:
- path: /media
name: "media"
- path: /templates
name: "templates"
- path: /certs
name: "certs"
docker_mounts: "{{ _authentik_mounts }}"