Spotter-VM/lxc-apps/opendatakit/app

39 lines
1.3 KiB
Plaintext

{
"version": "2.0.5-210106",
"meta": {
"title": "OpenDataKit",
"desc-cs": "Sběr formulářových dat",
"desc-en": "Form data collection",
"license": "GPL"
},
"containers": {
"opendatakit": {
"image": "opendatakit_2.0.5-210106",
"depends": [
"opendatakit-postgres"
],
"mounts": {
"opendatakit/odk_conf/server.xml": "srv/tomcat/conf/server.xml:file",
"opendatakit/odk_conf/jdbc.properties": "srv/tomcat/webapps/ROOT/WEB-INF/classes/jdbc.properties:file",
"opendatakit/odk_conf/security.properties": "srv/tomcat/webapps/ROOT/WEB-INF/classes/security.properties:file"
}
},
"opendatakit-build": {
"image": "opendatakit-build_0.3.5-210106",
"depends": [
"opendatakit-postgres"
],
"mounts": {
"opendatakit/odkbuild_conf/add-ca-cert.env": "srv/opendatakit-build/add-ca-cert.env:file",
"opendatakit/odkbuild_conf/config.yml": "srv/opendatakit-build/config.yml:file"
}
},
"opendatakit-postgres": {
"image": "postgres_12.5.0-210106",
"mounts": {
"opendatakit/postgres_data": "var/lib/postgresql"
}
}
}
}