浏览代码

Optional integration with Matomo.

Lauri Ojansivu 7 年之前
父节点
当前提交
57d43f916f
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      docker-compose.yml

+ 4 - 0
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