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