compose-spec / compose-go

Reference library for parsing and loading Compose YAML files
https://compose-spec.io
Apache License 2.0
350 stars 109 forks source link

attributes also can be declared as string (using variables) #652

Closed ndeloof closed 2 months ago

ndeloof commented 2 months ago

This removes constraints on compose.yaml attributes as those can be set by variables, so we can't require value to be a number or format to be a duration, as ${VARIABLE} also is a valid value