ansible-role-docker-compose-generator
ansible-role-docker-compose-generator copied to clipboard
feat: add networks support
I've been making use of this role for a little while, but today found the need to define and use a custom network for my container. I noticed this wasn't currently supported, so figured I'd raise a PR to add the support.
This adds in support for defining top-level networks and attaching containers to them.
I've updated the README with example usage.
More info on the configuration in the docker docs: