From 57d43f916f92c06e563b92579cc91c59432cd1dd Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 1 Aug 2018 21:45:11 +0300 Subject: [PATCH] Optional integration with Matomo. --- docker-compose.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index 5d49318c3..4d77e626c 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