mirror of
https://github.com/containers/podman-compose.git
synced 2025-08-18 09:29:55 +02:00
This change implements support for the COMPOSE_PROFILES environment variable, allowing users to specify active Compose profiles through their environment. The behavior is as follows: - Profiles from COMPOSE_PROFILES (comma-separated) are activated. - Both the environment variable and the --profile CLI flag can be used together, with the resulting set of active profiles being the union of both. Signed-off-by: Watson Dinh <ping@w47s0n.com>