forked from dof-dss/unity_base
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.lando.yml
53 lines (53 loc) · 1.73 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
#############################################################################
### --== 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: unity_intranet
proxy:
appserver:
- uregni.intranet.nigov.net.lndo.site
- pps.intranet.nigov.net.lndo.site
- niaomi.intranet.nigov.net.lndo.site
- afbi.intranet.nigov.net.lndo.site
- pbni.intranet.nigov.net.lndo.site
- nipb.intranet.nigov.net.lndo.site
services:
uregni_intranet_solr:
type: 'solr:8.11'
portforward: true
core: default
config:
dir: .lando/config/solr/
pps_intranet_solr:
type: 'solr:8.11'
portforward: true
core: default
config:
dir: .lando/config/solr/
niaomi_intranet_solr:
type: 'solr:8.11'
portforward: true
core: default
config:
dir: .lando/config/solr/
afbi_intranet_solr:
type: 'solr:8.11'
portforward: true
core: default
config:
dir: .lando/config/solr/
pbni_intranet_solr:
type: 'solr:8.11'
portforward: true
core: default
config:
dir: .lando/config/solr/
nipb_intranet_solr:
type: 'solr:8.11'
portforward: true
core: default
config:
dir: .lando/config/solr/