forked from kalamuna/drupal-project
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.lando.yml
More file actions
45 lines (40 loc) · 1.19 KB
/
.lando.yml
File metadata and controls
45 lines (40 loc) · 1.19 KB
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
45
# CHANGEME (replace "drupalproj" with project shortcode).
name: drupalproj
recipe: drupal8
services:
appserver:
xdebug: true
# The following additional build step will install the Platform CLI in the
# application container.
#build:
# - "curl -sS https://platform.sh/cli/installer | php"
node:
# Optionally specify the version to match that of the hosting provider.
type: node
build:
- "cd $LANDO_MOUNT && npm it"
pma:
# Use the latest version of phpmyadmin.
type: phpmyadmin
tooling:
npm:
service: node
node:
service: node
# The following entry creates a `lando platform` command that will run
# any Platform CLI command from inside the container if desired.
# platform:
# service: appserver
# description: Run Platform CLI commands
# cmd:
# - /var/www/.platformsh/bin/platform
# options:
# passthrough: true
config:
# Lando's d8 recipe defaults to Apache, but most hosting providers use nginx.
via: nginx
# Set the webroot.
webroot: web
# Lando defaults to the latest MySQL release, but most hosting uses MariaDB.
# Optionally specify the version to match that of the hosting provider.
database: mariadb