-
Notifications
You must be signed in to change notification settings - Fork 0
/
.lando.yml
50 lines (50 loc) · 1.24 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
name: hyrax-app
app_mount: false
services:
solr:
app_mount: false
type: solr:8
portforward: 8988
core: rdc
config:
dir: solr/conf
database:
app_mount: false
type: postgres:15
portforward: 5437
creds:
database: hyrax-dev
redis:
app_mount: false
type: redis:6
portforward: 6384
persist: true
fits:
api: 3
type: lando
app_mount: false
services:
image: ghcr.io/samvera/fitsservlet:1.6.0
command:
- "catalina.sh"
- "run"
ports:
- 8085:8080
# fedora:
# api: 3
# type: lando
# app_mount: false
# volumes:
# fedora6:
# services:
# image: fcrepo/fcrepo:6.4.0
# command:
# - "catalina.sh"
# - "run"
# volumes:
# - fedora6:/data
# ports:
# - 8989:8080
# environment:
# CATALINA_OPTS: "-Djava.awt.headless=true -Dfile.encoding=UTF-8 -server -Xms512m -Xmx1024m -XX:NewSize=256m -XX:MaxNewSize=256m -XX:PermSize=256m -XX:MaxPermSize=256m -XX:+DisableExplicitGC -Dorg.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH=true"
# JAVA_OPTS: "-Dfcrepo.dynamic.jms.port=61619 -Dfcrepo.dynamic.stomp.port=61615 -Dorg.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH=true"