Skip to content

Instantly share code, notes, and snippets.

@mohit-rocks
Last active June 14, 2020 05:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mohit-rocks/e40e9d1b3e10fcc5afcd7035cb7454a3 to your computer and use it in GitHub Desktop.
Save mohit-rocks/e40e9d1b3e10fcc5afcd7035cb7454a3 to your computer and use it in GitHub Desktop.
Local Mautic Development using Lando
name: mautic
recipe: lamp
config:
webroot: .
name: mautic
recipe: lamp
config:
webroot: .
php: '7.3'
database: mysql:5.7
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
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
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