authentik: Support for additional mounts
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user