forked from lando/lando
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.lando.yml
54 lines (54 loc) · 1.12 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
45
46
47
48
49
50
51
52
53
54
name: lando
env_file:
- lando.env
excludes:
- node_modules
proxy:
cli:
- docs.lndo.site:8021
metrics:
- metrics.lndo.site:8020
services:
cli:
type: node:14
build:
- yarn install
scanner: false
ssl: true
sslExpose: false
overrides:
environment:
LANDO_API: https://api.lando.dev
ports:
- '8021:8021'
metrics:
type: node:14
command: yarn run dev:metrics
overrides:
environment:
LANDO_METRICS_PORT: 8020
port: 8020
ssl: true
sslExpose: false
platform:
type: php:7.3
via: cli
build:
- mkdir -p /var/www/.platformsh/bin
- curl -fsSL -o /var/www/.platformsh/bin/platform https://github.com/platformsh/platformsh-cli/releases/download/v3.40.4/platform.phar
- chmod ug+x /var/www/.platformsh/bin/platform
tooling:
docs:
service: cli
cmd: yarn dev:docs
description: Launch the documentation site
node:
service: cli
vuepress:
service: cli
yarn:
service: cli
platform:
service: platform
description: Run Platform CLI commands
cmd: /var/www/.platformsh/bin/platform