-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.lando.yml
More file actions
32 lines (32 loc) · 772 Bytes
/
.lando.yml
File metadata and controls
32 lines (32 loc) · 772 Bytes
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
---
name: bibdata
services:
bibdata_test_solr:
type: solr:custom
overrides:
image: quay.io/pulibrary/ci-solr:9.9-v1.0.1
command: server/scripts/lando-start.sh
portforward: true
core: bibdata-core-test
config:
dir: "solr/conf"
bibdata_development_solr:
type: solr:custom
overrides:
image: quay.io/pulibrary/ci-solr:9.9-v1.0.1
command: server/scripts/lando-start.sh
portforward: true
core: bibdata-core-development
config:
dir: "solr/conf"
bibdata_database:
type: postgres:13
portforward: true
bibdata_redis:
type: redis:7
portforward: true
proxy:
bibdata_test_solr:
- bibdata.test.solr.lndo.site:8983
bibdata_development_solr:
- bibdata.dev.solr.lndo.site:8983