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