How .env file is read by docker-compose & application.properties in Spring Boot app?
I deploy my Spring Boot app and when I set some variables on .env, docker-compose and application.yml, I am confused. So, could you please clarify me about the following points? Assume that I have the following files: .env: DB_NAME=employee_db DB_USERNAME=postgres…