feat(docker): bootstrap conf.json and peers.db
Add new Docker environment variable: `DUNITER_PEER_HOST` (default to `DUNITER_SYNC_HOST`). When `conf.json` doesn't exist and `DUNITER_PEER_HOST` designs a remote node, bootstrap currency parameters from this node into the configuration file. When `peers.db` doesn't exist and `DUNITER_PEER_HOST` designs a remote node, use `sync $DUNITER_SYNC_HOST --only-peers` to have its endpoints into `peers.db`.
parent
6169dffb
No related branches found
No related tags found
Please register or sign in to comment