28 lines
721 B
Plaintext
28 lines
721 B
Plaintext
{
|
|
"version": "0.0.1-200411",
|
|
"meta": {
|
|
"title": "Crismapp",
|
|
"desc-cs": "Test",
|
|
"desc-en": "Test",
|
|
"license": "GPL"
|
|
},
|
|
"containers": {
|
|
"crismapp": {
|
|
"image": "crismapp_0.0.1-200411",
|
|
"depends": [
|
|
"crismapp-mariadb"
|
|
],
|
|
"mounts": {
|
|
"crismapp/crismapp_conf/config.php": "srv/crismapp/6/app/config.php:file"
|
|
}
|
|
},
|
|
"crismapp-mariadb": {
|
|
"image": "mariadb_10.4.12-200403",
|
|
"mounts": {
|
|
"crismapp/mariadb_conf/my.cnf": "etc/my.cnf:file",
|
|
"crismapp/mariadb_data": "var/lib/mysql"
|
|
}
|
|
}
|
|
}
|
|
}
|