Add kanbot
This commit is contained in:
parent
7efbda4a7c
commit
39b826bd6a
3 changed files with 10 additions and 0 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "kanbot"]
|
||||||
|
path = kanbot
|
||||||
|
url = https://gitea.auro.re/aurore/kanbot
|
|
@ -117,3 +117,9 @@ services:
|
||||||
- "DB_NAME=kanboard"
|
- "DB_NAME=kanboard"
|
||||||
- "ENABLE_XFRAME=false"
|
- "ENABLE_XFRAME=false"
|
||||||
- "DEBUG=false"
|
- "DEBUG=false"
|
||||||
|
|
||||||
|
kanbot:
|
||||||
|
build: kanbot
|
||||||
|
restart: always
|
||||||
|
volumes:
|
||||||
|
- ./kanbot_config/config.yaml:/var/www/kanbot/config.yaml:ro
|
||||||
|
|
1
kanbot
Submodule
1
kanbot
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 95cabfb36d34da267c79ef671231710697493364
|
Loading…
Reference in a new issue