From da6c2b5503f08deba63421606ae7c09bc8f95763 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 1 Aug 2018 22:04:33 +0300 Subject: Add Matomo options. --- docker-compose.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'docker-compose.yml') diff --git a/docker-compose.yml b/docker-compose.yml index 4d77e626..34e32d5e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -41,9 +41,14 @@ services: # 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 + # The address of the server where Matomo is hosted: # - MATOMO_ADDRESS='https://example.com/matomo' + # The value of the site ID given in Matomo server for Wekan # - MATOMO_SITE_ID='123456789' - + # The option do not track which enables users to not be tracked by matomo" + # - MATOMO_DO_NOT_TRACK='false' + # The option that allows matomo to retrieve the username: + # - MATOMO_WITH_USERNAME='true' depends_on: - wekandb -- cgit v1.2.3-1-g7c22