Skip to content

Commit

Permalink
Merge pull request #589 from IABTechLab/ans-UID2-4615-passsword-polic…
Browse files Browse the repository at this point in the history
…y-improvements

 Password policy improvements
  • Loading branch information
ashleysmithTTD authored Dec 23, 2024
2 parents 6ffc03a + e69ec46 commit 16841a5
Show file tree
Hide file tree
Showing 8 changed files with 10,028 additions and 28 deletions.
8 changes: 7 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ services:
ACCEPT_EULA: 'yes'
MSSQL_SA_PASSWORD: 'D3velopmentP0'
healthcheck:
test: ["CMD-SHELL", "/opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P D3velopmentP0 -Q 'SELECT 1'"]
test:
[
'CMD-SHELL',
"/opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P D3velopmentP0 -Q 'SELECT 1'",
]
interval: 10s
timeout: 10s
retries: 5
Expand Down Expand Up @@ -52,6 +56,8 @@ services:
volumes:
- ./keycloak/realm:/opt/keycloak/data/import
- ./keycloak/themes:/opt/keycloak/themes
- ./keycloak/data:/opt/keycloak/data

mailhog:
image: mailhog/mailhog
ports:
Expand Down
Loading

0 comments on commit 16841a5

Please sign in to comment.