Last active
February 2, 2018 19:54
-
-
Save mmenavas/b559020693478043da5f30235e127807 to your computer and use it in GitHub Desktop.
Research Academy Lando files
This file contains 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: research-academy | |
recipe: drupal7 | |
config: | |
webroot: . | |
php: '5.6' | |
xdebug: true | |
services: | |
appserver: | |
build: | |
- "mkdir -p ~/.drush/site-aliases" | |
- "ln -sf /app/.drush/researchacademy.aliases.drushrc.php ~/.drush/site-aliases/researchacademy.aliases.drushrc.php" | |
mail: | |
type: mailhog | |
hogfrom: | |
- appserver | |
portforward: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment