chore: move blueprints to custom folder
otherwise it overwrites default blueprints provided by authentik
This commit is contained in:
parent
fe31369f8c
commit
f1f8406c7e
1 changed files with 2 additions and 2 deletions
|
|
@ -41,7 +41,7 @@ services:
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
volumes:
|
volumes:
|
||||||
- {{ authentik_docker_volume_dir }}/blueprints:/blueprints
|
- {{ authentik_docker_volume_dir }}/blueprints:/blueprints/custom
|
||||||
- {{ authentik_docker_volume_dir }}/data:/data
|
- {{ authentik_docker_volume_dir }}/data:/data
|
||||||
- {{ authentik_docker_volume_dir }}/templates:/templates
|
- {{ authentik_docker_volume_dir }}/templates:/templates
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
@ -84,7 +84,7 @@ services:
|
||||||
- {{ authentik_docker_volume_dir }}/data:/data
|
- {{ authentik_docker_volume_dir }}/data:/data
|
||||||
- {{ authentik_docker_volume_dir }}/certs:/certs
|
- {{ authentik_docker_volume_dir }}/certs:/certs
|
||||||
- {{ authentik_docker_volume_dir }}/templates:/templates
|
- {{ authentik_docker_volume_dir }}/templates:/templates
|
||||||
- {{ authentik_docker_volume_dir }}/blueprints:/blueprints
|
- {{ authentik_docker_volume_dir }}/blueprints:/blueprints/custom
|
||||||
depends_on:
|
depends_on:
|
||||||
postgres:
|
postgres:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue