app module’s package.json for the application name and runs docker compose down in modules/app to bring down the Docker services.
Usage
Examples
Run from the project root to stop the running Docker services:docker-compose.yml. A bare flag selects every module of that type; --<type>=a,b selects only the named ones.
Without a type flag,
app:stop brings down the app module’s shared Docker
stack. Module processes started by app:start — spa dev servers and
hot-reloaded entrypoints — stop when you interrupt that process with
Ctrl+C.Options
| Option | Description | Default |
|---|---|---|
--api | Stop only the api modules that have a docker-compose.yml. Bare flag selects all of them; --api=a,b selects the named ones. | App shared Docker stack |
--microservice | Stop only the microservice modules that have a docker-compose.yml. Bare flag selects all of them; --microservice=a,b selects the named ones. | App shared Docker stack |
--spa | Stop only the spa modules that have a docker-compose.yml. Bare flag selects all of them; --spa=a,b selects the named ones. | App shared Docker stack |