In the docker-compose file unnecessary environment-variables are mapped.
At least the MF_PROPERTIES is not needed in the db services.
Maybe a solution would be to add the environment variables directly in the docker-compose file with a comment which of them have to be exactly the same like the postgres user and pw to avoid unnecessary settings.
In the docker-compose file unnecessary environment-variables are mapped. At least the MF_PROPERTIES is not needed in the db services.
Maybe a solution would be to add the environment variables directly in the docker-compose file with a comment which of them have to be exactly the same like the postgres user and pw to avoid unnecessary settings.