compose-spec / compose-go

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

WithDefaultProfiles must read COMPOSE_PROFILES from project.Environment #632

Closed ndeloof closed 5 months ago

ndeloof commented 5 months ago

must not use os.Getenv as some earlier loader options (WithDotEnv) do parse env file which also can define COMPOSE_PROFILES

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