OTARIS / MF-REST-API

The MetaHL Fabric REST API is an interface to any Hyperledger® Fabric network.
https://otaris.de/metahl-fabric/
Apache License 2.0
6 stars 2 forks source link

Docker-compose env variables #39

Open HCTatse opened 3 years ago

HCTatse commented 3 years ago

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.