wish/dev

Add support for external networks

Closed this issue · 0 comments

It's possible to specify an "external" network with docker-compose. Compose will then assume the network exists and provided that it does exist, allow you to use it like you would any other network. Some projects may want to share an "external" network. If dev could create these networks itself and ensure they exist before bringing the containers up, it would really simplify things.

Projects should be able to say they "depend" on a specific network and it will be created/modified as dictated in the configuration.