summaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-08-22 22:20:14 +0300
committerLauri Ojansivu <x@xet7.org>2018-08-22 22:20:14 +0300
commitd0731a4bf48ac9d8fdbc58333d6d1f8b5dbdf1c8 (patch)
treeb2c0139b98f200fde0e2d4e847289027d7edc75e /docker-compose.yml
parentcc84bf2de38f15d20a5f46ac9f57e4a967375f88 (diff)
parentd165733242eee22a1a2bb4e2bf451fa96857ef18 (diff)
downloadwekan-d0731a4bf48ac9d8fdbc58333d6d1f8b5dbdf1c8.tar.gz
wekan-d0731a4bf48ac9d8fdbc58333d6d1f8b5dbdf1c8.tar.bz2
wekan-d0731a4bf48ac9d8fdbc58333d6d1f8b5dbdf1c8.zip
Merge branch 'omarsy-devel' into devel
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 54866996..bf4d02cc 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -60,6 +60,9 @@ services:
- BROWSER_POLICY_ENABLED=true
# When browser policy is enabled, HTML code at this Trusted URL can have iframe that embeds Wekan inside.
- TRUSTED_URL=''
+ # What to send to Outgoing Webhook, or leave out. Example, that includes all that are default: cardId,listId,oldListId,boardId,comment,user,card,commentId .
+ # example: WEBHOOKS_ATTRIBUTES=cardId,listId,oldListId,boardId,comment,user,card,commentId
+ - WEBHOOKS_ATTRIBUTES=''
depends_on:
- wekandb