28 lines
770 B
Plaintext
28 lines
770 B
Plaintext
{
|
|
"version": "1.2.13-200313",
|
|
"meta": {
|
|
"title": "KanBoard",
|
|
"desc-cs": "Kanban řízení projektů",
|
|
"desc-en": "Kanban project management",
|
|
"license": "GPL"
|
|
},
|
|
"containers": {
|
|
"kanboard": {
|
|
"image": "kanboard_1.2.13-200313",
|
|
"depends": [
|
|
"kanboard-postgres"
|
|
],
|
|
"mounts": {
|
|
"kanboard/kanboard_data": "srv/kanboard/data/files",
|
|
"kanboard/kanboard_conf/config.php": "srv/kanboard/config.php:file"
|
|
}
|
|
},
|
|
"kanboard-postgres": {
|
|
"image": "postgres_12.2.0-200313",
|
|
"mounts": {
|
|
"kanboard/postgres_data": "var/lib/postgresql"
|
|
}
|
|
}
|
|
}
|
|
}
|