Last active
June 14, 2020 05:48
-
-
Save mohit-rocks/e40e9d1b3e10fcc5afcd7035cb7454a3 to your computer and use it in GitHub Desktop.
Local Mautic Development using Lando
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: mautic | |
recipe: lamp | |
config: | |
webroot: . |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: mautic | |
recipe: lamp | |
config: | |
webroot: . | |
php: '7.3' | |
database: mysql:5.7 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: mautic | |
recipe: lamp | |
config: | |
webroot: . | |
php: '7.3' | |
database: mysql:5.7 | |
services: | |
appserver: | |
type: php | |
build_as_root: | |
- docker-php-ext-install sockets | |
xdebug: true | |
config: | |
php: .lando/php/php.ini |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: mautic | |
recipe: lamp | |
config: | |
webroot: . | |
php: '7.3' | |
database: mysql:5.7 | |
proxy: | |
mailhog: | |
- mail.mautic.lndo.site | |
services: | |
mailhog: | |
type: mailhog | |
portforward: true | |
appserver: | |
type: php | |
build_as_root: | |
- docker-php-ext-install sockets | |
xdebug: true | |
config: | |
php: .lando/php/php.ini |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: mautic | |
recipe: lamp | |
config: | |
webroot: . | |
php: '7.3' | |
database: mysql:5.7 | |
tooling: | |
mt: | |
service: appserver | |
description: Run Mautic commands | |
cmd: bin/console | |
proxy: | |
mailhog: | |
- mail.mautic-contrib.lndo.site | |
services: | |
mailhog: | |
type: mailhog | |
portforward: true | |
appserver: | |
type: php | |
build_as_root: | |
- docker-php-ext-install sockets | |
xdebug: true | |
config: | |
php: .lando/php/php.ini |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment