Skip to content

[BUG] Fix the configuration in docker composer for mocknet

Heimdall requested to merge fix-mocknet into develop

There are a few issues with the docker composer file.

  1. PEER environment variable has not been passed down to bifrost container
  2. Add EXTERNAL_IP to bifrost container , as docker composer is using a seperate network , it can't use host like before , thus pass the EXTERNAL_IP , so bifrost can talk to each other with P2P port

Merge request reports