Convert CRLF to LF

This commit is contained in:
Disassembler 2020-03-17 12:53:44 +01:00
parent 0455738fa8
commit 74ff517e09
Signed by: Disassembler
GPG Key ID: 524BD33A0EE29499
16 changed files with 462 additions and 462 deletions

View File

@ -1,50 +1,50 @@
{
"version": "2.8.3-200313",
"meta": {
"title": "CKAN",
"desc-cs": "Datový sklad",
"desc-en": "Data store",
"license": "GPL"
},
"containers": {
"ckan": {
"image": "ckan_2.8.3-200313",
"depends": [
"ckan-datapusher",
"ckan-redis",
"ckan-solr",
"ckan-postgres"
],
"mounts": {
"ckan/ckan_conf": "etc/ckan",
"ckan/ckan_data": "srv/ckan/storage"
}
},
"ckan-datapusher": {
"image": "ckan-datapusher_0.0.16-200313",
"mounts": {
"ckan/datapusher_conf": "etc/ckan-datapusher",
"ckan/datapusher_data": "srv/ckan-datapusher/data"
}
},
"ckan-redis": {
"image": "redis_5.0.7-200313",
"mounts": {
"ckan/redis_conf/redis.conf": "etc/redis.conf:file",
"ckan/redis_data": "var/lib/redis"
}
},
"ckan-solr": {
"image": "solr6_6.5.1-200313",
"mounts": {
"ckan/solr_data": "var/lib/solr"
}
},
"ckan-postgres": {
"image": "postgis_3.0.0-200313",
"mounts": {
"ckan/postgres_data": "var/lib/postgresql"
}
}
}
}
{
"version": "2.8.3-200313",
"meta": {
"title": "CKAN",
"desc-cs": "Datový sklad",
"desc-en": "Data store",
"license": "GPL"
},
"containers": {
"ckan": {
"image": "ckan_2.8.3-200313",
"depends": [
"ckan-datapusher",
"ckan-redis",
"ckan-solr",
"ckan-postgres"
],
"mounts": {
"ckan/ckan_conf": "etc/ckan",
"ckan/ckan_data": "srv/ckan/storage"
}
},
"ckan-datapusher": {
"image": "ckan-datapusher_0.0.16-200313",
"mounts": {
"ckan/datapusher_conf": "etc/ckan-datapusher",
"ckan/datapusher_data": "srv/ckan-datapusher/data"
}
},
"ckan-redis": {
"image": "redis_5.0.7-200313",
"mounts": {
"ckan/redis_conf/redis.conf": "etc/redis.conf:file",
"ckan/redis_data": "var/lib/redis"
}
},
"ckan-solr": {
"image": "solr6_6.5.1-200313",
"mounts": {
"ckan/solr_data": "var/lib/solr"
}
},
"ckan-postgres": {
"image": "postgis_3.0.0-200313",
"mounts": {
"ckan/postgres_data": "var/lib/postgresql"
}
}
}
}

View File

@ -1,26 +1,26 @@
{
"version": "2.2.0-200313",
"meta": {
"title": "Crisis Cleanup",
"desc-cs": "Mapování následků katastrof",
"desc-en": "Disaster relief mapping",
"license": "GPL"
},
"containers": {
"crisiscleanup": {
"image": "crisiscleanup_2.2.0-200313",
"depends": [
"crisiscleanup-postgres"
],
"mounts": {
"crisiscleanup/cc_conf": "srv/crisiscleanup/config"
}
},
"crisiscleanup-postgres": {
"image": "postgres_12.2.0-200313",
"mounts": {
"crisiscleanup/postgres_data": "var/lib/postgresql"
}
}
}
}
{
"version": "2.2.0-200313",
"meta": {
"title": "Crisis Cleanup",
"desc-cs": "Mapování následků katastrof",
"desc-en": "Disaster relief mapping",
"license": "GPL"
},
"containers": {
"crisiscleanup": {
"image": "crisiscleanup_2.2.0-200313",
"depends": [
"crisiscleanup-postgres"
],
"mounts": {
"crisiscleanup/cc_conf": "srv/crisiscleanup/config"
}
},
"crisiscleanup-postgres": {
"image": "postgres_12.2.0-200313",
"mounts": {
"crisiscleanup/postgres_data": "var/lib/postgresql"
}
}
}
}

View File

@ -1,26 +1,26 @@
{
"version": "0.8.0-200313",
"meta": {
"title": "CTS",
"desc-cs": "Sledovací systém komodit",
"desc-en": "Commodity tracking system",
"license": "GPL"
},
"containers": {
"cts": {
"image": "cts_0.8.0-200313",
"depends": [
"cts-postgres"
],
"mounts": {
"cts/cts_conf": "srv/cts/cts/settings"
}
},
"cts-postgres": {
"image": "postgis_3.0.0-200313",
"mounts": {
"cts/postgres_data": "var/lib/postgresql"
}
}
}
}
{
"version": "0.8.0-200313",
"meta": {
"title": "CTS",
"desc-cs": "Sledovací systém komodit",
"desc-en": "Commodity tracking system",
"license": "GPL"
},
"containers": {
"cts": {
"image": "cts_0.8.0-200313",
"depends": [
"cts-postgres"
],
"mounts": {
"cts/cts_conf": "srv/cts/cts/settings"
}
},
"cts-postgres": {
"image": "postgis_3.0.0-200313",
"mounts": {
"cts/postgres_data": "var/lib/postgresql"
}
}
}
}

View File

@ -1,28 +1,28 @@
{
"version": "0.20.0-200313",
"meta": {
"title": "Decidim",
"desc-cs": "Platforma pro účast občanů",
"desc-en": "Platform for citizen participation",
"license": "GPL"
},
"containers": {
"decidim": {
"image": "decidim_0.20.0-200313",
"depends": [
"decidim-postgres"
],
"mounts": {
"decidim/decidim_conf": "srv/decidim-app/config",
"decidim/decidim_data/storage": "srv/decidim-app/storage",
"decidim/decidim_data/uploads": "srv/decidim-app/public/uploads"
}
},
"decidim-postgres": {
"image": "postgres_12.2.0-200313",
"mounts": {
"decidim/postgres_data": "var/lib/postgresql"
}
}
}
}
{
"version": "0.20.0-200313",
"meta": {
"title": "Decidim",
"desc-cs": "Platforma pro účast občanů",
"desc-en": "Platform for citizen participation",
"license": "GPL"
},
"containers": {
"decidim": {
"image": "decidim_0.20.0-200313",
"depends": [
"decidim-postgres"
],
"mounts": {
"decidim/decidim_conf": "srv/decidim-app/config",
"decidim/decidim_data/storage": "srv/decidim-app/storage",
"decidim/decidim_data/uploads": "srv/decidim-app/public/uploads"
}
},
"decidim-postgres": {
"image": "postgres_12.2.0-200313",
"mounts": {
"decidim/postgres_data": "var/lib/postgresql"
}
}
}
}

View File

@ -1,27 +1,27 @@
{
"version": "2.10.1-200313",
"meta": {
"title": "EcoGIS",
"desc-cs": "EcoGIS",
"desc-en": "EcoGIS",
"license": "GPL"
},
"containers": {
"ecogis": {
"image": "ecogis_2.10.1-200313",
"depends": [
"ecogis-postgres"
],
"mounts": {
"ecogis/ecogis_data": "srv/ecogis/data/files",
"ecogis/ecogis_conf/config.php": "srv/ecogis/etc/config.php:file"
}
},
"ecogis-postgres": {
"image": "postgres_11.3.0-190620",
"mounts": {
"ecogis/postgres_data": "var/lib/postgresql"
}
}
}
}
{
"version": "2.10.1-200313",
"meta": {
"title": "EcoGIS",
"desc-cs": "EcoGIS",
"desc-en": "EcoGIS",
"license": "GPL"
},
"containers": {
"ecogis": {
"image": "ecogis_2.10.1-200313",
"depends": [
"ecogis-postgres"
],
"mounts": {
"ecogis/ecogis_data": "srv/ecogis/data/files",
"ecogis/ecogis_conf/config.php": "srv/ecogis/etc/config.php:file"
}
},
"ecogis-postgres": {
"image": "postgres_11.3.0-190620",
"mounts": {
"ecogis/postgres_data": "var/lib/postgresql"
}
}
}
}

View File

@ -1,17 +1,17 @@
{
"version": "2.6.5-200313",
"meta": {
"title": "FrontlineSMS",
"desc-cs": "Hromadné odesílání zpráv",
"desc-en": "Bulk SMS messaging",
"license": "GPL"
},
"containers": {
"frontlinesms": {
"image": "frontlinesms_2.6.5-200313",
"mounts": {
"frontlinesms/flsms_data": "/srv/frontlinesms/.frontlinesms2"
}
}
}
}
{
"version": "2.6.5-200313",
"meta": {
"title": "FrontlineSMS",
"desc-cs": "Hromadné odesílání zpráv",
"desc-en": "Bulk SMS messaging",
"license": "GPL"
},
"containers": {
"frontlinesms": {
"image": "frontlinesms_2.6.5-200313",
"mounts": {
"frontlinesms/flsms_data": "/srv/frontlinesms/.frontlinesms2"
}
}
}
}

View File

@ -1,26 +1,26 @@
{
"version": "3.4.1-190620",
"meta": {
"title": "GNU Health",
"desc-cs": "Lékařské záznamy pacientů",
"desc-en": "Medical records administration",
"license": "GPL"
},
"containers": {
"gnuhealth": {
"image": "gnuhealth_3.4.1-190620",
"depends": [
"gnuhealth-postgres"
],
"mounts": [
["DIR", "/srv/gnuhealth/gnuhealth_conf", "/srv/gnuhealth/gnuhealth/tryton/server/config"]
]
},
"gnuhealth-postgres": {
"image": "postgres_11.3.0-190620",
"mounts": [
["DIR", "/srv/gnuhealth/postgres_data", "/var/lib/postgresql"]
]
}
}
}
{
"version": "3.4.1-190620",
"meta": {
"title": "GNU Health",
"desc-cs": "Lékařské záznamy pacientů",
"desc-en": "Medical records administration",
"license": "GPL"
},
"containers": {
"gnuhealth": {
"image": "gnuhealth_3.4.1-190620",
"depends": [
"gnuhealth-postgres"
],
"mounts": [
["DIR", "/srv/gnuhealth/gnuhealth_conf", "/srv/gnuhealth/gnuhealth/tryton/server/config"]
]
},
"gnuhealth-postgres": {
"image": "postgres_11.3.0-190620",
"mounts": [
["DIR", "/srv/gnuhealth/postgres_data", "/var/lib/postgresql"]
]
}
}
}

View File

@ -1,28 +1,28 @@
{
"version": "18.03.01-190620",
"meta": {
"title": "Mifos X",
"desc-cs": "Mikrofinancování rozvojových projektů",
"desc-en": "Development projects microfinancing",
"license": "GPL"
},
"containers": {
"mifosx": {
"image": "mifosx_18.03.01-190620",
"depends": [
"mifosx-mariadb"
],
"mounts": [
["FILE", "/srv/mifosx/mifosx_conf/server.xml", "/srv/tomcat/conf/server.xml"],
["FILE", "/srv/mifosx/mifosx_conf/context.xml", "/srv/tomcat/webapps/fineract-provider/META-INF/context.xml"]
]
},
"mifosx-mariadb": {
"image": "mariadb_10.3.15-190620",
"mounts": [
["FILE", "/srv/mifosx/mariadb_conf/my.cnf", "/etc/my.cnf"],
["DIR", "/srv/mifosx/mariadb_data", "/var/lib/mysql"]
]
}
}
}
{
"version": "18.03.01-190620",
"meta": {
"title": "Mifos X",
"desc-cs": "Mikrofinancování rozvojových projektů",
"desc-en": "Development projects microfinancing",
"license": "GPL"
},
"containers": {
"mifosx": {
"image": "mifosx_18.03.01-190620",
"depends": [
"mifosx-mariadb"
],
"mounts": [
["FILE", "/srv/mifosx/mifosx_conf/server.xml", "/srv/tomcat/conf/server.xml"],
["FILE", "/srv/mifosx/mifosx_conf/context.xml", "/srv/tomcat/webapps/fineract-provider/META-INF/context.xml"]
]
},
"mifosx-mariadb": {
"image": "mariadb_10.3.15-190620",
"mounts": [
["FILE", "/srv/mifosx/mariadb_conf/my.cnf", "/etc/my.cnf"],
["DIR", "/srv/mifosx/mariadb_data", "/var/lib/mysql"]
]
}
}
}

View File

@ -1,34 +1,34 @@
{
"version": "1.3.0-190620",
"meta": {
"title": "Motech",
"desc-cs": "Automatizace komunikace",
"desc-en": "Communication automation",
"license": "GPL"
},
"containers": {
"motech": {
"image": "motech_1.3.0-190620",
"depends": [
"motech-activemq",
"motech-postgres"
],
"mounts": [
["DIR", "/srv/motech/motech_conf", "/srv/tomcat/.motech"]
]
},
"motech-activemq": {
"image": "activemq_5.15.9-190620",
"mounts": [
["FILE", "/srv/motech/activemq_conf/activemq.xml", "/srv/activemq/conf/activemq.xml"],
["DIR", "/srv/motech/activemq_data", "/srv/activemq/data"]
]
},
"motech-postgres": {
"image": "postgres_11.3.0-190620",
"mounts": [
["DIR", "/srv/motech/postgres_data", "/var/lib/postgresql"]
]
}
}
}
{
"version": "1.3.0-190620",
"meta": {
"title": "Motech",
"desc-cs": "Automatizace komunikace",
"desc-en": "Communication automation",
"license": "GPL"
},
"containers": {
"motech": {
"image": "motech_1.3.0-190620",
"depends": [
"motech-activemq",
"motech-postgres"
],
"mounts": [
["DIR", "/srv/motech/motech_conf", "/srv/tomcat/.motech"]
]
},
"motech-activemq": {
"image": "activemq_5.15.9-190620",
"mounts": [
["FILE", "/srv/motech/activemq_conf/activemq.xml", "/srv/activemq/conf/activemq.xml"],
["DIR", "/srv/motech/activemq_data", "/srv/activemq/data"]
]
},
"motech-postgres": {
"image": "postgres_11.3.0-190620",
"mounts": [
["DIR", "/srv/motech/postgres_data", "/var/lib/postgresql"]
]
}
}
}

View File

@ -1,27 +1,27 @@
{
"version": "13.0.0-191113",
"meta": {
"title": "Odoo",
"desc-cs": "Sada aplikací pro správu organizace",
"desc-en": "Company management application suite",
"license": "GPL"
},
"containers": {
"odoo": {
"image": "odoo_13.0.0-191113",
"depends": [
"odoo-postgres"
],
"mounts": [
["DIR", "/srv/odoo/odoo_data", "/srv/odoo/data"],
["FILE", "/srv/odoo/odoo_conf/odoo.conf", "/srv/odoo/odoo.conf"]
]
},
"odoo-postgres": {
"image": "postgres_11.3.0-190620",
"mounts": [
["DIR", "/srv/odoo/postgres_data", "/var/lib/postgresql"]
]
}
}
}
{
"version": "13.0.0-191113",
"meta": {
"title": "Odoo",
"desc-cs": "Sada aplikací pro správu organizace",
"desc-en": "Company management application suite",
"license": "GPL"
},
"containers": {
"odoo": {
"image": "odoo_13.0.0-191113",
"depends": [
"odoo-postgres"
],
"mounts": [
["DIR", "/srv/odoo/odoo_data", "/srv/odoo/data"],
["FILE", "/srv/odoo/odoo_conf/odoo.conf", "/srv/odoo/odoo.conf"]
]
},
"odoo-postgres": {
"image": "postgres_11.3.0-190620",
"mounts": [
["DIR", "/srv/odoo/postgres_data", "/var/lib/postgresql"]
]
}
}
}

View File

@ -1,38 +1,38 @@
{
"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": "postgres_11.3.0-190620",
"mounts": [
["DIR", "/srv/opendatakit/postgres_data", "/var/lib/postgresql"]
]
}
}
}
{
"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": "postgres_11.3.0-190620",
"mounts": [
["DIR", "/srv/opendatakit/postgres_data", "/var/lib/postgresql"]
]
}
}
}

View File

@ -1,18 +1,18 @@
{
"version": "0.12.0-190620",
"meta": {
"title": "OpenMapKit",
"desc-cs": "Sběr mapových dat",
"desc-en": "Map data collection",
"license": "GPL"
},
"containers": {
"openmapkit": {
"image": "openmapkit_0.12.0-190620",
"mounts": [
["FILE", "/srv/openmapkit/omk_conf/settings.js", "/srv/openmapkit/settings.js"],
["DIR", "/srv/openmapkit/omk_data", "/srv/openmapkit/data"]
]
}
}
}
{
"version": "0.12.0-190620",
"meta": {
"title": "OpenMapKit",
"desc-cs": "Sběr mapových dat",
"desc-en": "Map data collection",
"license": "GPL"
},
"containers": {
"openmapkit": {
"image": "openmapkit_0.12.0-190620",
"mounts": [
["FILE", "/srv/openmapkit/omk_conf/settings.js", "/srv/openmapkit/settings.js"],
["DIR", "/srv/openmapkit/omk_data", "/srv/openmapkit/data"]
]
}
}
}

View File

@ -1,34 +1,34 @@
{
"version": "0.0.1-190620",
"meta": {
"title": "Pan.do/ra",
"desc-cs": "Archiv medií",
"desc-en": "Media archive",
"license": "GPL"
},
"containers": {
"pandora": {
"image": "pandora_0.0.1-190620",
"depends": [
"pandora-postgres",
"pandora-rabbitmq"
],
"mounts": [
["DIR", "/srv/pandora/pandora_conf", "/srv/pandora/conf"],
["DIR", "/srv/pandora/pandora_data", "/srv/pandora/data"]
]
},
"pandora-postgres": {
"image": "postgres_11.3.0-190620",
"mounts": [
["DIR", "/srv/pandora/postgres_data", "/var/lib/postgresql"]
]
},
"pandora-rabbitmq": {
"image": "rabbitmq_3.7.11-190620",
"mounts": [
["DIR", "/srv/pandora/rabbitmq_data", "/var/lib/rabbitmq/mnesia"]
]
}
}
}
{
"version": "0.0.1-190620",
"meta": {
"title": "Pan.do/ra",
"desc-cs": "Archiv medií",
"desc-en": "Media archive",
"license": "GPL"
},
"containers": {
"pandora": {
"image": "pandora_0.0.1-190620",
"depends": [
"pandora-postgres",
"pandora-rabbitmq"
],
"mounts": [
["DIR", "/srv/pandora/pandora_conf", "/srv/pandora/conf"],
["DIR", "/srv/pandora/pandora_data", "/srv/pandora/data"]
]
},
"pandora-postgres": {
"image": "postgres_11.3.0-190620",
"mounts": [
["DIR", "/srv/pandora/postgres_data", "/var/lib/postgresql"]
]
},
"pandora-rabbitmq": {
"image": "rabbitmq_3.7.11-190620",
"mounts": [
["DIR", "/srv/pandora/rabbitmq_data", "/var/lib/rabbitmq/mnesia"]
]
}
}
}

View File

@ -1,27 +1,27 @@
{
"version": "5.1.9-190620",
"meta": {
"title": "SeedDMS",
"desc-cs": "Archiv dokumentace",
"desc-en": "Document management system",
"license": "GPL"
},
"containers": {
"seeddms": {
"image": "seeddms_5.1.9-190620",
"depends": [
"seeddms-postgres"
],
"mounts": [
["DIR", "/srv/seeddms/seeddms_conf", "/srv/seeddms/conf"],
["DIR", "/srv/seeddms/seeddms_data", "/srv/seeddms/data"]
]
},
"seeddms-postgres": {
"image": "postgres_11.3.0-190620",
"mounts": [
["DIR", "/srv/seeddms/postgres_data", "/var/lib/postgresql"]
]
}
}
}
{
"version": "5.1.9-190620",
"meta": {
"title": "SeedDMS",
"desc-cs": "Archiv dokumentace",
"desc-en": "Document management system",
"license": "GPL"
},
"containers": {
"seeddms": {
"image": "seeddms_5.1.9-190620",
"depends": [
"seeddms-postgres"
],
"mounts": [
["DIR", "/srv/seeddms/seeddms_conf", "/srv/seeddms/conf"],
["DIR", "/srv/seeddms/seeddms_data", "/srv/seeddms/data"]
]
},
"seeddms-postgres": {
"image": "postgres_11.3.0-190620",
"mounts": [
["DIR", "/srv/seeddms/postgres_data", "/var/lib/postgresql"]
]
}
}
}

View File

@ -1,27 +1,27 @@
{
"version": "2.0.2-190620",
"meta": {
"title": "Sigmah",
"desc-cs": "Finanční řízení sbírek",
"desc-en": "Donation management",
"license": "GPL"
},
"containers": {
"sigmah": {
"image": "sigmah_2.0.2-190620",
"depends": [
"sigmah-postgres"
],
"mounts": [
["DIR", "/srv/sigmah/sigmah_conf", "/srv/sigmah/conf"],
["DIR", "/srv/sigmah/sigmah_data", "/srv/sigmah/data"]
]
},
"sigmah-postgres": {
"image": "postgres_11.3.0-190620",
"mounts": [
["DIR", "/srv/sigmah/postgres_data", "/var/lib/postgresql"]
]
}
}
}
{
"version": "2.0.2-190620",
"meta": {
"title": "Sigmah",
"desc-cs": "Finanční řízení sbírek",
"desc-en": "Donation management",
"license": "GPL"
},
"containers": {
"sigmah": {
"image": "sigmah_2.0.2-190620",
"depends": [
"sigmah-postgres"
],
"mounts": [
["DIR", "/srv/sigmah/sigmah_conf", "/srv/sigmah/conf"],
["DIR", "/srv/sigmah/sigmah_data", "/srv/sigmah/data"]
]
},
"sigmah-postgres": {
"image": "postgres_11.3.0-190620",
"mounts": [
["DIR", "/srv/sigmah/postgres_data", "/var/lib/postgresql"]
]
}
}
}

View File

@ -1,29 +1,29 @@
{
"version": "3.12.3-190620",
"meta": {
"title": "Ushahidi",
"desc-cs": "Skupinová reakce na události",
"desc-en": "Group reaction to events",
"license": "GPL"
},
"containers": {
"ushahidi": {
"image": "ushahidi_3.12.3-190620",
"depends": [
"ushahidi-mariadb"
],
"mounts": [
["FILE", "/srv/ushahidi/ushahidi_conf/env", "/srv/ushahidi/platform/.env"],
["FILE", "/srv/ushahidi/ushahidi_conf/config.json", "/srv/ushahidi/config.json"],
["DIR", "/srv/ushahidi/ushahidi_data", "/srv/ushahidi/platform/application/media/uploads"]
]
},
"ushahidi-mariadb": {
"image": "mariadb_10.3.15-190620",
"mounts": [
["FILE", "/srv/ushahidi/mariadb_conf/my.cnf", "/etc/my.cnf"],
["DIR", "/srv/ushahidi/mariadb_data", "/var/lib/mysql"]
]
}
}
}
{
"version": "3.12.3-190620",
"meta": {
"title": "Ushahidi",
"desc-cs": "Skupinová reakce na události",
"desc-en": "Group reaction to events",
"license": "GPL"
},
"containers": {
"ushahidi": {
"image": "ushahidi_3.12.3-190620",
"depends": [
"ushahidi-mariadb"
],
"mounts": [
["FILE", "/srv/ushahidi/ushahidi_conf/env", "/srv/ushahidi/platform/.env"],
["FILE", "/srv/ushahidi/ushahidi_conf/config.json", "/srv/ushahidi/config.json"],
["DIR", "/srv/ushahidi/ushahidi_data", "/srv/ushahidi/platform/application/media/uploads"]
]
},
"ushahidi-mariadb": {
"image": "mariadb_10.3.15-190620",
"mounts": [
["FILE", "/srv/ushahidi/mariadb_conf/my.cnf", "/etc/my.cnf"],
["DIR", "/srv/ushahidi/mariadb_data", "/var/lib/mysql"]
]
}
}
}