summaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorAkuket <guillaume.cassou@orange.fr>2019-11-28 11:55:36 +0100
committerAkuket <guillaume.cassou@orange.fr>2019-11-28 11:55:36 +0100
commit07724f99ae909b044f17bc3c0b1f800237747f86 (patch)
treee5439cc44f227ff68ca3b1b45eebf501fa1b9950 /docker-compose.yml
parent8898862d36b1f0fe8e7d7bdc80064e5106894d29 (diff)
downloadwekan-07724f99ae909b044f17bc3c0b1f800237747f86.tar.gz
wekan-07724f99ae909b044f17bc3c0b1f800237747f86.tar.bz2
wekan-07724f99ae909b044f17bc3c0b1f800237747f86.zip
Add LINKED_CARDS_ENABLED env var
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index a0e641c1..0dae2c26 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -559,7 +559,9 @@ services:
# example : LOGOUT_ON_MINUTES=55
#- LOGOUT_ON_MINUTES=
#-------------------------------------------------------------------
-
+ # LINKED_CARDS_ENABLED : Enable or not the linked cards feature
+ # example : LINKED_CARDS_ENABLED=false
+ - LINKED_CARDS_ENABLED=true
depends_on:
- wekandb