Skip to content

Instantly share code, notes, and snippets.

@brettsmason
Created November 12, 2020 07:17
Show Gist options
  • Save brettsmason/c105b296a08c61dbfc784cdc36ba96b5 to your computer and use it in GitHub Desktop.
Save brettsmason/c105b296a08c61dbfc784cdc36ba96b5 to your computer and use it in GitHub Desktop.
Lando base config
name: example
recipe: wordpress
proxy:
appserver_nginx:
- example.lndo.site
mailhog:
- mail.example.lndo.site
theme:
- localhost:3000
config:
php: '7.4'
via: nginx
cache: redis
webroot: web
database: mariadb
xdebug: true
services:
mailhog:
type: mailhog
hogfrom:
- appserver
theme:
type: node:12
services:
ports:
- 3000:3000
tooling:
yarn:
service: theme
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment