From 39b826bd6a69714e7d43c81ca35a89fd82d67d40 Mon Sep 17 00:00:00 2001 From: Otthorn Date: Sun, 21 Mar 2021 15:51:50 +0100 Subject: [PATCH] Add kanbot --- .gitmodules | 3 +++ docker-compose.yml | 6 ++++++ kanbot | 1 + 3 files changed, 10 insertions(+) create mode 100644 .gitmodules create mode 160000 kanbot diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..3923045 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "kanbot"] + path = kanbot + url = https://gitea.auro.re/aurore/kanbot diff --git a/docker-compose.yml b/docker-compose.yml index 7144a75..dce820a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -117,3 +117,9 @@ services: - "DB_NAME=kanboard" - "ENABLE_XFRAME=false" - "DEBUG=false" + + kanbot: + build: kanbot + restart: always + volumes: + - ./kanbot_config/config.yaml:/var/www/kanbot/config.yaml:ro diff --git a/kanbot b/kanbot new file mode 160000 index 0000000..95cabfb --- /dev/null +++ b/kanbot @@ -0,0 +1 @@ +Subproject commit 95cabfb36d34da267c79ef671231710697493364