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