Initial
This commit is contained in:
19
.lando.yml
Normal file
19
.lando.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
name: blog
|
||||
proxy:
|
||||
appserver_nginx:
|
||||
- blog.hvgdev.website
|
||||
|
||||
recipe: wordpress
|
||||
config:
|
||||
php: '8.3'
|
||||
via: nginx
|
||||
database: mariadb:11.4.5
|
||||
webroot: web
|
||||
xdebug: true
|
||||
config:
|
||||
php: config/php.ini
|
||||
vhosts: config/lando.conf.tpl
|
||||
|
||||
services:
|
||||
mailhog:
|
||||
type: mailhog
|
||||
Reference in New Issue
Block a user