Skip to content

Instantly share code, notes, and snippets.

@khoipro
Created December 2, 2022 03:33
Show Gist options
  • Save khoipro/05971ad1076a7e96aeb2e3c0ceadcb6b to your computer and use it in GitHub Desktop.
Save khoipro/05971ad1076a7e96aeb2e3c0ceadcb6b to your computer and use it in GitHub Desktop.
Example lando config for WordPress recipes (with redis, phpmyadmin, mailhog, nginx with domain .test)
name: codetot-vn
recipe: wordpress
proxy:
appserver_nginx:
- codetot.test
config:
webroot: .
database: mariadb
via: nginx
php: '7.4'
services:
phpmyadmin:
type: phpmyadmin
mailhog:
type: mailhog
redis:
type: redis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment