add banned password list to the default deployments

This commit is contained in:
Roman Perekhod
2023-11-22 15:30:17 +01:00
parent 90f186a3d0
commit 5c549469f8
13 changed files with 54 additions and 1 deletions
@@ -77,7 +77,10 @@ services:
OCIS_EXCLUDE_RUN_SERVICES: "idp"
GRAPH_ASSIGN_DEFAULT_USER_ROLE: "false"
GRAPH_USERNAME_MATCH: "none"
# password policies
FRONTEND_PASSWORD_POLICY_BANNED_PASSWORDS_LIST: "banned-password-list.txt"
volumes:
- ./config/ocis/banned-password-list.txt:/etc/ocis/banned-password-list.txt
- ocis-config:/etc/ocis
- ocis-data:/var/lib/ocis
labels: