Skip to content

Releases: grlt-hub/app-compose

1.4.0

11 Nov 19:12
Compare
Choose a tag to compare

Added

  • onFail option to compose.up config for handling container failures, allowing centralized error tracking and custom recovery actions.
    How to

1.3.0

08 Nov 18:24
Compare
Choose a tag to compare

Added

autoResolveDeps?: {
  strict: true;
  optional?: boolean;
};

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.

Docs

1.2.0

08 Nov 14:08
Compare
Choose a tag to compare

Added

  • apis: boolean in the compose.up config for accessing your containers' APIs after execution.

1.1.0

06 Nov 20:57
Compare
Choose a tag to compare

Added

  • the ability to visualize the system composed of containers effectively (including transitive dependencies and their paths).

https://grlt-hub.github.io/app-compose/how-to-guides/visualize-the-system/