-
Notifications
You must be signed in to change notification settings - Fork 6
/
.lando.yml
42 lines (37 loc) · 818 Bytes
/
.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
name: multisiteacquiaapp
recipe: acquia
services:
database:
run:
- /app/.lando/database-generation.sh
env_file:
- .lando/multisite.env
proxy:
appserver:
- site1.lndo.site
- site2.lndo.site
tooling:
pull:
cmd: /app/.lando/acquia-pull.sh
options:
site:
passthrough: true
alias:
- s
describe: The namespace of the site from which you wish to pull?
interactive:
type: list
message: What is the namespace of the site from which you wish to pull?
default: all
choices:
- all
- site1
- site2
weight: 600
push: disabled
config:
webroot: docroot
acli_version: latest
ah_application_uuid: someuuid
ah_site_group: multisiteacquiaapp
php: '8.1'