Docker: Security issue with DB_PASSWORD variable

Currently, frappe_docker uses a .env file where we should set the variable DB_PASSWORD in the moment of creating the docker-compose.yaml file (created with docker compose config). The database password is set in this file, which brings security issues.

@revant_one Is there any way to change frappe_docker to avoid exposing db password directly in docker-compose.yaml ?

I also opened a issue in frappe_docker git: Security issue with DB_PASSWORD variable · Issue #1471 · frappe/frappe_docker · GitHub