ansible-role-docker-compose-generator icon indicating copy to clipboard operation
ansible-role-docker-compose-generator copied to clipboard

feat: add networks support

Open batinicaz opened this issue 6 months ago • 0 comments

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:

batinicaz avatar Aug 04 '24 18:08 batinicaz