bisgardo / concordium-docker

A collection of scripts and configuration files to build and deploy a containerized node for the Concordium blockchain.
The Unlicense
5 stars 2 forks source link

Compose: Add support for passing baker credentials #20

Open bisgardo opened 2 years ago

bisgardo commented 2 years ago

Can be done by passing the credential file in a bind mount as in this example.

It's not clear how to do it in a way that allows a simple method of switching between passing credentials or not. But at least the documentation should include instructions on how it may be added.