Snippets

Oleksiy Kalinichenko TwistBio (.lando.local.yml)

You are viewing an old version of this snippet. View the current version.
Revised by Oleksiy Kalinichenko b507b5c
config:
  php: '7.2'
  via: nginx
  xdebug: true
  drush: '^9'

proxy:
  mailhog:
    - twistbio.mailhog.lndo.site
  pma:
    - twistbio.pma.lndo.site

services:
  appserver:
    overrides:
      environment:
        PHP_IDE_CONFIG: 'serverName=localhost'
        DRUSH_OPTIONS_URI: 'http://twistbio.lndo.site'
        COMPOSER_AUTH: '{"http-basic":{"repo.packagist.com":{"username":"token","password":"a7f1892b67cc35ca36a654a1d31eea47161103fb07f9f1f7c93770918769"}}}'
    build:
      - chmod +w /app/docroot/sites/default
      - mkdir -p /app/docroot/sites/default/files

  mailhog:
    type: mailhog
    hogfrom:
       - appserver
HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.