-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.lando.yml
46 lines (46 loc) · 1.48 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
#############################################################################
### --== IMPORTANT ==-- ###
#############################################################################
# If you require changes to this file you must edit the file within the #
# original repository.Any changes here will be overwritten when the project #
# is built. #
#############################################################################
name: corp_lite
proxy:
appserver:
- nisra.gov.uk.lndo.site
- afbini.gov.uk.lndo.site
- hseni.gov.uk.lndo.site
- etini.gov.uk.lndo.site
- northsouthministerialcouncil.org.lndo.site
services:
nisra_solr:
type: 'solr:8.11'
portforward: true
core: default
config:
dir: .lando/config/solr/
afbini_solr:
type: 'solr:8.11'
portforward: true
core: default
config:
dir: .lando/config/solr/
hseni_solr:
type: 'solr:8.11'
portforward: true
core: default
config:
dir: .lando/config/solr/
etini_solr:
type: 'solr:8.11'
portforward: true
core: default
config:
dir: .lando/config/solr/
northsouthministerialcouncil_solr:
type: 'solr:8.11'
portforward: true
core: default
config:
dir: .lando/config/solr/