Corbin

Results 3 issues of Corbin

Add support for [user configuration](https://docs.docker.com/compose/compose-file/#user)

Add support for [healthcheck](https://docs.docker.com/compose/compose-file/compose-file-v2/#healthcheck) and [dependent conditions](https://docs.docker.com/compose/compose-file/compose-file-v2/#depends_on) This is a non-breaking change, and dependents can still be defined as they are currently - ``` containers: - service_name: unifi ... depends_on:...

Add initial support for anchors and [fragments](https://github.com/compose-spec/compose-spec/blob/master/spec.md#fragments) Example usage added to README.md Usage: ``` containers: - service_name: netbox active: true image: docker.io/netboxcommunity/netbox: anchor: netbox ... - service_name: netbox-worker fragment: netbox...