summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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