-
Notifications
You must be signed in to change notification settings - Fork 23
/
.lando.yml
65 lines (65 loc) · 2.14 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
54
55
56
57
58
59
60
61
62
63
64
65
name: valkyrie
app_mount: false
services:
valkyrie_test_solr_7:
app_mount: false
type: solr:7
portforward: 8994
core: valkyrie-core-test
config:
dir: solr/config
valkyrie_database:
app_mount: false
type: postgres:10
portforward: 5433
valkyrie_fedora_4:
type: compose
app_mount: false
volumes:
fedora4:
services:
image: samvera/fcrepo4:4.7.5
command: /fedora-entrypoint.sh
volumes:
- fedora4:/data
ports:
- 8988: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"
portforward: 8988
valkyrie_fedora_5:
type: compose
app_mount: false
volumes:
fedora5:
services:
image: fcrepo/fcrepo:5.1.1-multiplatform
command:
- "catalina.sh"
- "run"
volumes:
- fedora5:/data
ports:
- 8998: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=61620 -Dfcrepo.dynamic.stomp.port=61617 -Dorg.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH=true"
portforward: true
valkyrie_fedora_6:
type: compose
app_mount: false
volumes:
fedora6:
services:
image: fcrepo/fcrepo:6.4.0
command:
- "catalina.sh"
- "run"
volumes:
- fedora6:/data
ports:
- 8978: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"
portforward: true