2020-03-21 22:42:35 +01:00
|
|
|
{
|
2021-01-06 19:28:37 +01:00
|
|
|
"version": "2.0.5-210106",
|
2020-03-21 22:42:35 +01:00
|
|
|
"meta": {
|
|
|
|
"title": "OpenDataKit",
|
|
|
|
"desc-cs": "Sběr formulářových dat",
|
|
|
|
"desc-en": "Form data collection",
|
|
|
|
"license": "GPL"
|
|
|
|
},
|
|
|
|
"containers": {
|
|
|
|
"opendatakit": {
|
2021-01-06 19:28:37 +01:00
|
|
|
"image": "opendatakit_2.0.5-210106",
|
2020-03-21 22:42:35 +01:00
|
|
|
"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": {
|
2021-01-06 19:28:37 +01:00
|
|
|
"image": "opendatakit-build_0.3.5-210106",
|
2020-03-21 22:42:35 +01:00
|
|
|
"depends": [
|
|
|
|
"opendatakit-postgres"
|
|
|
|
],
|
|
|
|
"mounts": {
|
2020-04-10 13:09:29 +02:00
|
|
|
"opendatakit/odkbuild_conf/add-ca-cert.env": "srv/opendatakit-build/add-ca-cert.env:file",
|
2020-03-21 22:42:35 +01:00
|
|
|
"opendatakit/odkbuild_conf/config.yml": "srv/opendatakit-build/config.yml:file"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"opendatakit-postgres": {
|
2021-01-06 19:28:37 +01:00
|
|
|
"image": "postgres_12.5.0-210106",
|
2020-03-21 22:42:35 +01:00
|
|
|
"mounts": {
|
|
|
|
"opendatakit/postgres_data": "var/lib/postgresql"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|