https://github.com/lando/compose
The Official Compose Lando plugin.
https://github.com/lando/compose
compose lando lando-plugin
Last synced: 8 months ago
JSON representation
The Official Compose Lando plugin.
- Host: GitHub
- URL: https://github.com/lando/compose
- Owner: lando
- License: gpl-3.0
- Created: 2022-01-05T17:26:05.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-14T18:27:23.000Z (11 months ago)
- Last Synced: 2025-05-09T19:23:53.513Z (8 months ago)
- Topics: compose, lando, lando-plugin
- Language: JavaScript
- Homepage: https://docs.lando.dev/compose/
- Size: 1.2 MB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Support: docs/support.md
Awesome Lists containing this project
README
# DEPRECATED!
This Lando Plugin is now **DEPRECATED** and is no longer getting updates.
We recommend you check out the [Lando Service](https://docs.lando.dev/core/v3/services/lando.html).
# Compose Lando Plugin
This is the _official_ [Lando](https://lando.dev) 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](https://docs.lando.dev/config/services.html). You can easily add it to your Lando app by adding an entry to the [services](https://docs.lando.dev/config/services.html) top-level config in your [Landofile](https://docs.lando.dev/config).
Of course, once a user is running their Compose project with Lando they can take advantage of [all the other awesome development features](https://docs.lando.dev) Lando provides.
## Basic Usage
Add a `compose` service to your Landofile
```yaml
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](https://docs.lando.dev/compose):
* [Configuration](https://docs.lando.dev/compose/config.html)
* [Examples](https://github.com/lando/compose/tree/main/examples)
* [Development](https://docs.lando.dev/compose/development.html)
## Changelog
We try to log all changes big and small in both [THE CHANGELOG](https://github.com/lando/compose/blob/main/CHANGELOG.md) and the [release notes](https://github.com/lando/compose/releases).
## Maintainers
* [@pirog](https://github.com/pirog)
* [@reynoldsalec](https://github.com/reynoldsalec)
## Contributors
Made with [contributors-img](https://contrib.rocks).
## Other Selected Resources
* [LICENSE](https://github.com/lando/compose/blob/main/LICENSE.md)
* [The best professional advice ever](https://www.youtube.com/watch?v=tkBVDh7my9Q)