Skip to content

Instantly share code, notes, and snippets.

@sheanhoxie
Created April 22, 2021 00:29
Show Gist options
  • Save sheanhoxie/374e672ec77993d602155df374346826 to your computer and use it in GitHub Desktop.
Save sheanhoxie/374e672ec77993d602155df374346826 to your computer and use it in GitHub Desktop.
Lando - Drupal 9 recipe w/ extras: Drush 10, Redis, Vim, Zsh
name: drupal9
recipe: drupal9
config:
webroot: web
database: mariadb
xdebug: true
php: 7.4
drush: ~10
excludes:
- vendor
- node_modules
services:
appserver:
run_as_root:
- "apt-get update -y"
- "apt-get install vim -y"
- "apt-get install zsh -y"
database:
type: mariadb
creds:
user: drupal9
password: drupal9
database: drupal9
appcache:
type: redis:6
perist: false
portforward: false
tooling:
drush:
service: appserver
redis-cli:
service: appcache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment