Is your feature request related to a problem? Please describe.
In order to specify different docker-compose.yml files, it would be nice that blimp supports the environment variables that docker-compose uses, specifically the COMPOSE_FILE environment variable.
Describe the solution you'd like
When the COMPOSE_FILE environment variable is set, blimp uses it to find the Compose file(s).
This probably also implies adding support for multiple Compose files, because COMPOSE_FILE may specify many files concatenated with :.
Additional context
Probably adding CLI support would be nice too (docker-compose -f file.yaml).
Is your feature request related to a problem? Please describe.
In order to specify different
docker-compose.ymlfiles, it would be nice that blimp supports the environment variables that docker-compose uses, specifically theCOMPOSE_FILEenvironment variable.Describe the solution you'd like
When the
COMPOSE_FILEenvironment variable is set, blimp uses it to find the Compose file(s).This probably also implies adding support for multiple Compose files, because
COMPOSE_FILEmay specify many files concatenated with:.Additional context
Probably adding CLI support would be nice too (
docker-compose -f file.yaml).