compose-go
compose-go copied to clipboard
Reference library for parsing and loading Compose YAML files
This PR adds support for named mappings's syntax `${name[key]}` in `template` package. ### Named Mappings By `Mapping`, we mean a user-supplied function to lookup value from key: `type Mapping func(string)...
This PR enhances the watch configuration by introducing support for multiple paths and pattern matching under `services.develop.watch.path`. This update allows more flexibility in defining file-watching behavior for `rebuild` and `restart`...
@ndeloof I realize [you mentioned](https://github.com/docker/compose/issues/4249#issuecomment-2684671476) that this is not a good first issue, but since I already had a local PoC that works and seems to break no tests [here](https://github.com/compose-spec)...
fixes https://github.com/docker/compose/issues/10857