Compare commits

..

1 commit

Author SHA1 Message Date
bdcecde6fb
chore: move blueprints to custom folder
otherwise it overwrites default blueprints provided by authentik
2026-01-14 17:37:28 +01:00

View file

@ -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/custom - {{ authentik_docker_volume_dir }}/blueprints:/blueprints
depends_on: depends_on:
postgres: postgres:
condition: service_healthy condition: service_healthy