open-web3-stack/parachain-launch

Support for extra images

rakanalh opened this issue · 1 comments

It would be nice to be able to specify some additional services that are not substrate-based nodes to run alongside what can now be configured. For example, being able to run the polkadot-js explorer.

This can be achieved by concatenating to the generated docker-compose file but it still would be nice to have this in config.yml since the output directory is not checked into git.

I just realized that additional services can be specified in a separate docker-compose file and docker-compose -f output/docker-compose.yml -f docker-compose.additional.yml up would work.