modification longueur mot de passe
All checks were successful
Deployment Verification / test (push) Successful in 26s
Deployment Verification / deploy (push) Successful in 48s

This commit is contained in:
Hubert Cornet 2024-11-20 06:39:11 +01:00
parent 7ec79f3502
commit ba2007c8fe

View File

@ -21,7 +21,7 @@ services:
MB_DB_PASS: ${POSTGRE_DB_PASSWORD} MB_DB_PASS: ${POSTGRE_DB_PASSWORD}
MB_DB_HOST: postgres MB_DB_HOST: postgres
MB_PASSWORD_COMPLEXITY: strong MB_PASSWORD_COMPLEXITY: strong
MB_PASSWORD_LENGTH: 14 MB_PASSWORD_LENGTH: 10
JAVA_TIMEZONE: Europe/Paris JAVA_TIMEZONE: Europe/Paris
restart: always restart: always
networks: networks: