compose/docs
Guillaume Lours 672dc14d29 feat: add stop lifecycle hook for external providers
Provider-backed services were silently skipped on `docker compose stop`,
leaving external resources running after the user expected the stack to
be paused (e.g. after Ctrl+C during `up --watch`).

Compose now invokes `<provider> compose stop <service>` for providers
that advertise a `stop` block in their `metadata` subcommand output.
Providers that do not advertise stop (or do not implement metadata at
all) are silently skipped, preserving backward compatibility with
existing providers that pre-date this hook.

Closes #13772

Signed-off-by: Guillaume Lours <glours@users.noreply.github.com>
2026-05-18 11:11:38 +02:00
..
examples feat: add stop lifecycle hook for external providers 2026-05-18 11:11:38 +02:00
reference Change verb tense in compose command documentation 2026-05-06 21:02:56 +02:00
yaml/main golangci-lint: use gci formatter instead of goimports 2025-12-01 12:21:50 +01:00
extension.md feat: add stop lifecycle hook for external providers 2026-05-18 11:11:38 +02:00
sdk.md Replace tabbed indentation in sdk.md 2026-01-14 07:56:25 +01:00