iamdork / compose

Command line replacement for docker-compose, adding dork magics.
MIT License
2 stars 2 forks source link

Add network label #49

Closed sepal closed 7 years ago

sepal commented 7 years ago

This PR introduces a seperate org.iamdork.auxiliary.network to attach auxiliary contains to others contairs network. Previosly this was done using the generic org.iamdork.auxiliary, but this caused a problem when dork-compose tries to attach the letsencrypt container to a network.

based on the old #48 PR