Skip to content
SPONSORS

DEPRECATED

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

We recommend you check out the Lando Service.

Compose

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.

Technically speaking, this service is just a way for a user to define a service directly using the Docker Compose V3 file format.

THIS MEANS THAT IT IS UP TO THE USER TO DEFINE A SERVICE CORRECTLY.

This service is useful if you are:

  1. Thinking about contributing your own custom Lando service and just want to prototype something
  2. Using Docker Compose config from other projects
  3. Need a service not currently provided by Lando itself