39 lines
1.4 KiB
Plaintext
39 lines
1.4 KiB
Plaintext
{
|
|
"version": "2.0.3-190620",
|
|
"meta": {
|
|
"title": "OpenDataKit",
|
|
"desc-cs": "Sběr formulářových dat",
|
|
"desc-en": "Form data collection",
|
|
"license": "GPL",
|
|
},
|
|
"containers": {
|
|
"opendatakit": {
|
|
"image": "opendatakit_2.0.3-190620",
|
|
"depends": [
|
|
"opendatakit-postgres"
|
|
],
|
|
"mounts": [
|
|
["FILE", "/srv/opendatakit/odk_conf/server.xml", "/srv/tomcat/conf/server.xml"],
|
|
["FILE", "/srv/opendatakit/odk_conf/jdbc.properties", "/srv/tomcat/webapps/ROOT/WEB-INF/classes/jdbc.properties"],
|
|
["FILE", "/srv/opendatakit/odk_conf/security.properties", "/srv/tomcat/webapps/ROOT/WEB-INF/classes/security.properties"]
|
|
]
|
|
},
|
|
"opendatakit-build": {
|
|
"image": "opendatakit-build_0.3.5-190620",
|
|
"depends": [
|
|
"opendatakit-postgres"
|
|
],
|
|
"mounts": [
|
|
["FILE", "/etc/ssl/services.pem", "/usr/local/share/ca-certificates/services.crt"],
|
|
["FILE", "/srv/opendatakit/odkbuild_conf/config.yml", "/srv/opendatakit-build/config.yml"]
|
|
]
|
|
},
|
|
"opendatakit-postgres": {
|
|
"image": "postgis_11.3.0-190620",
|
|
"mounts": [
|
|
["DIR", "/srv/opendatakit/postgres_data", "/var/lib/postgresql"]
|
|
]
|
|
}
|
|
}
|
|
}
|