Skip to content

Instantly share code, notes, and snippets.

@sarath49
Created January 6, 2020 09:45
Show Gist options
  • Select an option

  • Save sarath49/edfda036b8bc73e3d53d440753b13019 to your computer and use it in GitHub Desktop.

Select an option

Save sarath49/edfda036b8bc73e3d53d440753b13019 to your computer and use it in GitHub Desktop.
name: hatch
config:
drush: 8.3.2
proxy:
appserver1:
- hatch.d8.lndo.site
appserver2:
- hatch.d7.lndo.site
pma:
- pma.lndo.site
services:
appserver1:
recipe: drupal8
type: php:7.2
via: apache
webroot: ./d8/web
appserver2:
recipe: drupal7
type: php:7.2
via: apache
webroot: ./d7
database1:
type: mysql
portforward: 33010
creds:
user: hatchuser
password: hatch
database: hatchdb
database2:
type: mysql
portforward: 33011
creds:
user: hatchuser
password: hatch
database: hatchdb
pma:
type: phpmyadmin
hosts:
- database1
- database2
mailhog:
type: mailhog
portforward: true
hogfrom:
- appserver1
- appserver2
tooling:
customtooling:
service: appserver1
cmd:
- /bin/bash /app/scripts/setup.sh
- lando start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment