jesseduffield / lazydocker

The lazier way to manage everything docker
MIT License
38.87k stars 1.24k forks source link

Add docker-compose profile support #423

Open NedkoHristov opened 1 year ago

NedkoHristov commented 1 year ago

I would be happy if docker-compose profiles are supported in lazydocker.

bakerbrandond commented 1 year ago

bump

meichhorn-conet commented 1 year ago

any update?

meichhorn-conet commented 1 year ago

work around: use the environment COMPOSE_PROFILES

corytheboyd-smartsheet commented 1 year ago

For anyone who had somehow gone this long without knowing compose had a profiles feature and wants more context, the COMPOSE_PROFILES env var is mentioned in the docs here (amongst other potentially useful things)

weslien commented 9 months ago

Love the amount of unknown feature that exist in the tools we use every day 🤯 While this is a fair workaround, it kind of defeats the 'lazy' aspect of this tool. I'd love to see it added to the x commands next to up/down project (and perhaps have a comma separated list of active profiles or even list all profiles with the active in bold with click support 😄 )

Either way, love this tool to death, and this addition would just make it that much nicer

Gustav

blwsh commented 3 days ago

I've opened an MR to support --profile flag ^^