summaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-08-01 21:45:11 +0300
committerLauri Ojansivu <x@xet7.org>2018-08-01 21:45:11 +0300
commit57d43f916f92c06e563b92579cc91c59432cd1dd (patch)
tree132d7b7999320e3aaaf4aa9f939217e68546ccbc /docker-compose.yml
parent10a6dbd080450b1c28e70d0f9052872603d53c08 (diff)
downloadwekan-57d43f916f92c06e563b92579cc91c59432cd1dd.tar.gz
wekan-57d43f916f92c06e563b92579cc91c59432cd1dd.tar.bz2
wekan-57d43f916f92c06e563b92579cc91c59432cd1dd.zip
Optional integration with Matomo.
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 5d49318c..4d77e626 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -40,6 +40,10 @@ services:
# Wekan Export Board works when WITH_API='true'.
# If you disable Wekan API with 'false', Export Board does not work.
- WITH_API=true
+ # Optional: Integration with Matomo https://matomo.org that is installed to your server
+ # - MATOMO_ADDRESS='https://example.com/matomo'
+ # - MATOMO_SITE_ID='123456789'
+
depends_on:
- wekandb