Skip to content

Instantly share code, notes, and snippets.

@kerasai
Created July 16, 2021 16:06
Show Gist options
  • Save kerasai/3a99ca03001aec46fd3419d92f2ca9e2 to your computer and use it in GitHub Desktop.
Save kerasai/3a99ca03001aec46fd3419d92f2ca9e2 to your computer and use it in GitHub Desktop.
Example Lando File
name: example-site
recipe: drupal8
config:
php: '7.4'
webroot: web
xdebug: true
tooling:
behat:
service: appserver
cmd:
- "/app/vendor/bin/behat --config=tests/behat.yml"
robo:
service: appserver
description: Runs Robo commands
cmd: /app/vendor/bin/robo
services:
appserver:
overrides:
environment:
DRUSH_OPTIONS_URI: "https://example-site.lndo.site"
pma:
type: phpmyadmin
hosts:
- database
proxy:
pma:
- example-site-db.lndo.site
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment