For running all infrastructure within single command, use:
$ docker compose --profile all up --build -dFor restarting single service with no downing entire compose, use:
Firstly, pull a new image for service, i.e. - api
$ docker compose pull apiAnd up the compose with providing name for this service
$ docker compose up -d apiTBD, for now - just config for docker compose that are not related to any service (third-party deps).