Actualiser docker-compose.yml
Some checks failed
Deployment Verification / deploy-and-test (push) Failing after 8s
Some checks failed
Deployment Verification / deploy-and-test (push) Failing after 8s
This commit is contained in:
parent
c18be39c25
commit
789d8acb59
@ -20,6 +20,9 @@ services:
|
|||||||
MB_DB_USER: ${POSTGRE_DB_USER}
|
MB_DB_USER: ${POSTGRE_DB_USER}
|
||||||
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_LENGTH: 10
|
||||||
|
# JAVA_TIMEZONE: "${MB_JAVA_TIMEZONE}"
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
- traefik_front_network
|
- traefik_front_network
|
||||||
|
Loading…
x
Reference in New Issue
Block a user