Bump KanBoard app compose file
This commit is contained in:
parent
29d791afe1
commit
2ee9b97020
27
lxc-apps/kanboard/app
Normal file
27
lxc-apps/kanboard/app
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -1,27 +0,0 @@
|
|||||||
{
|
|
||||||
"version": "1.2.9-190620",
|
|
||||||
"meta": {
|
|
||||||
"title": "KanBoard",
|
|
||||||
"desc-cs": "Kanban řízení projektů",
|
|
||||||
"desc-en": "Kanban project management",
|
|
||||||
"license": "GPL"
|
|
||||||
},
|
|
||||||
"containers": {
|
|
||||||
"kanboard": {
|
|
||||||
"image": "kanboard_1.2.9-190620",
|
|
||||||
"depends": [
|
|
||||||
"kanboard-postgres"
|
|
||||||
],
|
|
||||||
"mounts": [
|
|
||||||
["DIR", "/srv/kanboard/kanboard_data", "/srv/kanboard/data/files"],
|
|
||||||
["FILE", "/srv/kanboard/kanboard_conf/config.php", "/srv/kanboard/config.php"]
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"kanboard-postgres": {
|
|
||||||
"image": "postgres_11.3.0-190620",
|
|
||||||
"mounts": [
|
|
||||||
["DIR", "/srv/kanboard/postgres_data", "/var/lib/postgresql"]
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user