fix: deactiviate default blueprints

This commit is contained in:
Moritz 2023-03-08 16:49:28 +01:00
parent 12b28932b2
commit c0e6f6be3c

View File

@ -91,8 +91,8 @@ services:
- media:/media - media:/media
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
- custom-templates:/templates - custom-templates:/templates
- /dev/null:/blueprints/default/10-flow-default-authentication-flow.yaml - /dev/null:/blueprints/default/flow-default-authentication-flow.yaml
- /dev/null:/blueprints/default/10-flow-default-invalidation-flow.yaml - /dev/null:/blueprints/default/flow-default-invalidation-flow.yaml
configs: configs:
- source: custom_flows - source: custom_flows
target: /blueprints/custom_flows.yaml target: /blueprints/custom_flows.yaml