Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@lando/compose

lando3.3kGPL-3.01.2.3

A Lando plugin that provides a tight integration with Compose.

lando, lando-plugin, lando-service, compose

readme

DEPRECATED!

This Lando Plugin is now DEPRECATED and is no longer getting updates.

We recommend you check out the Lando Service.

Compose Lando Plugin

This is the official Lando plugin for the Compose service.

This service is a "catch all" that allows power users to specify custom services that are not currently one of Lando's supported services. You can easily add it to your Lando app by adding an entry to the services top-level config in your Landofile.

Of course, once a user is running their Compose project with Lando they can take advantage of all the other awesome development features Lando provides.

Basic Usage

Add a compose service to your Landofile

services:
  custom-service:
    type: compose
    app_mount: delegated
    services:
      image: drupal:8
      command: docker-php-entrypoint apache2-foreground
      ports:
        - '80'
    volumes:
      my-volume:
    networks:
      my-network:

For more info you should check out the docs:

Changelog

We try to log all changes big and small in both THE CHANGELOG and the release notes.

Maintainers

Contributors

Made with contributors-img.

Other Selected Resources

changelog

v1.2.3 - December 6, 2024

  • Updated the version index.md to get Docuverse page to build correctly.

v1.2.2 - December 4, 2024

v1.2.1 - November 4, 2024

v1.2.0 - October 25, 2024

  • Updated release process to generate an edge release when stable releases are created.

v1.1.0 - March 8, 2024

  • Updated to latest database services.

v1.0.1 - December 7, 2023

  • Dialed fully for lando update but still DEPRECATED

This is a final final courtesy release. Please transition to this ASAP.

v1.0.0 - September 23, 2023

DEPRECATED

  • This is a final courtesy release.

Please transition to this ASAP.

v0.8.0 - July 3, 2023

  • Removed bundle-dependencies and version-bump-prompt from plugin.
  • Updated package to use prepare-release-action.
  • Updated documentation to reflect new release process.

v0.7.0 - December 12, 2022

  • Added bundle-dependencies to release process.
  • Fixed bug in plugin dogfooding test.

v0.5.0 - January 5, 2022

Lando is free and open source software that relies on contributions from developers like you! If you like Lando then help us spend more time making, updating and supporting it by contributing.

  • Initial Release