compose icon indicating copy to clipboard operation
compose copied to clipboard

[FEATURE REQUEST] Allow docker compose up with wildcard expressions

Open Hugo54x opened this issue 9 months ago • 0 comments

Description

Would be great if docker compose would have a function to only spin up a subset of services. E.g.

docker compose up -d --build --force-recreate core-services-* docker compose up -d --build --force-recreate satelite-services-*

Why?: It would be very time efficient to (re-)spin-up certain services. Also the separation with target stages (DTAP: dev, test, acceptance, production) can still be upkept.

So this feature would offer great flexibility in changing out certain micorservice structures particulary in development environments

Hugo54x avatar Mar 22 '25 13:03 Hugo54x