compose-go icon indicating copy to clipboard operation
compose-go copied to clipboard

Reference library for parsing and loading Compose YAML files

Results 75 compose-go issues
Sort by recently updated
recently updated
newest added

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)...

Stale

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`...

enhancement
Stale

@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)...

Stale

fixes https://github.com/docker/compose/issues/10857