forked from drupalpune/dcp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.lando.yml
44 lines (44 loc) · 1.11 KB
/
.lando.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Documentation: http://dev.docs.agile.coop/docs/dev-environment/intro/
name: drupalcamppune # Insert the project name here in the format [client][project], i.e. ethimain.
recipe: drupal8
config:
webroot: docroot
php: '7.1'
drush: "*"
proxy:
mailhog:
- mail.drupalcamppune.lndo.site # Change projectname to the same as the name key above.
adminer:
- adminer.drupalcamppune.lndo.site # Change projectname to the same as the name key above.
services:
appserver:
build:
- |
if [ ! -z ${GITHUB_TOKEN} ] ; then
cd $LANDO_MOUNT && composer config --global --auth --unset github-oauth.github.com && composer config --global github-oauth.github.com $GITHUB_TOKEN
fi
database:
creds:
user: database
password: database
database: database
mailhog:
type: mailhog
hogfrom:
- appserver
portforward: true
adminer:
type: compose
services:
image: dehy/adminer
command: /bin/s6-svscan /etc/services.d
portforward: true
tooling:
npm:
service: node
yarn:
service: node
node:
service: node
gulp:
service: node