Secure database
Requirements: • The database needs to be secured by a username/password • The application should not have these credentials hard-coded but instead read them from environment variables • Provide these credentials to your application Docker container at runtime via docker arguments (--env ...)