mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
Optional integration with Matomo.
This commit is contained in:
parent
10a6dbd080
commit
57d43f916f
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue