38 lines
1.2 KiB
Plaintext
38 lines
1.2 KiB
Plaintext
{
|
|
"version": "4.4.2-200403",
|
|
"meta": {
|
|
"title": "Ushahidi",
|
|
"desc-cs": "Skupinová reakce na události",
|
|
"desc-en": "Group reaction to events",
|
|
"license": "GPL"
|
|
},
|
|
"containers": {
|
|
"ushahidi": {
|
|
"image": "ushahidi_4.4.2-200403",
|
|
"depends": [
|
|
"ushahidi-redis",
|
|
"ushahidi-mariadb"
|
|
],
|
|
"mounts": {
|
|
"ushahidi/ushahidi_conf/env": "srv/ushahidi/platform/.env:file",
|
|
"ushahidi/ushahidi_conf/config.json": "srv/ushahidi/config.json:file",
|
|
"ushahidi/ushahidi_data": "srv/ushahidi/platform/storage"
|
|
}
|
|
},
|
|
"ushahidi-redis": {
|
|
"image": "redis_5.0.7-200403",
|
|
"mounts": {
|
|
"ushahidi/redis_conf/redis.conf": "etc/redis.conf:file",
|
|
"ushahidi/redis_data": "var/lib/redis"
|
|
}
|
|
},
|
|
"ushahidi-mariadb": {
|
|
"image": "mariadb_10.4.12-200403",
|
|
"mounts": {
|
|
"ushahidi/mariadb_conf/my.cnf": "etc/my.cnf:file",
|
|
"ushahidi/mariadb_data": "var/lib/mysql"
|
|
}
|
|
}
|
|
}
|
|
}
|