Changelog
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.4.0
Added
onFail
option tocompose.up
config for handling container failures, allowing centralized error tracking and custom recovery actions. How to
1.3.0
Added
in the compose.up
and compose.graph
configs. autoResolveDeps
allows automatic resolution of container dependencies (both strict and optional) without the need to manually pass them to compose.up
and compose.graph
.
1.2.0
Added
apis: boolean
in thecompose.up
config for accessing your containers’ APIs after execution.
1.1.0
Added
- the ability to visualize the system composed of containers effectively (including transitive dependencies and their paths)
1.0.0
Added
createContainer
fncompose.up
fn