Docker Compose Plugin Release Notes

0.1.1

  • Pick individual endpoints by name: You can now reference a specific endpoint from a compose stack instead of getting the entire endpoints map. Use .at("service:port") on the endpoints resolvable:

    url = lgtmStack.res.endpoints.at("lgtm:3000")

    This makes it easy to wire compose stack services into other plugin targets, like connecting Grafana to an LGTM stack in a single forma file.


0.1.0

Initial release of the Docker Compose plugin as a standalone package built on the formae Plugin SDK.