summaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-08-14 18:52:19 +0300
committerLauri Ojansivu <x@xet7.org>2018-08-14 18:52:19 +0300
commit89b535ac0ffa5c6858761ff8ca894b711ebf0ef9 (patch)
tree228452d712276d07f282995bc388c2ec8e9f7cda /docker-compose.yml
parentac12aa7edeb1ea6ec63d6bce795e2f042032ff56 (diff)
parentc2eb300e21d03c2ca66f4a80fc77c52aeb11a31d (diff)
downloadwekan-89b535ac0ffa5c6858761ff8ca894b711ebf0ef9.tar.gz
wekan-89b535ac0ffa5c6858761ff8ca894b711ebf0ef9.tar.bz2
wekan-89b535ac0ffa5c6858761ff8ca894b711ebf0ef9.zip
Merge branch 'devel'
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 9e96bcf1..ee87227b 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -42,19 +42,19 @@ services:
- 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'
+ # - MATOMO_ADDRESS=https://example.com/matomo
# The value of the site ID given in Matomo server for Wekan
- # - MATOMO_SITE_ID='123456789'
+ # - MATOMO_SITE_ID=123456789
# The option do not track which enables users to not be tracked by matomo"
- # - MATOMO_DO_NOT_TRACK='false'
+ # - MATOMO_DO_NOT_TRACK=false
# The option that allows matomo to retrieve the username:
- # - MATOMO_WITH_USERNAME='true'
+ # - MATOMO_WITH_USERNAME=true
# Enable browser policy and allow one trusted URL that can have iframe that has Wekan embedded inside.
# Setting this to false is not recommended, it also disables all other browser policy protections
# and allows all iframing etc. See wekan/server/policy.js
- BROWSER_POLICY_ENABLED=true
# When browser policy is enabled, HTML code at this Trusted URL can have iframe that embeds Wekan inside.
- - TRUSTED_URL=
+ - TRUSTED_URL=''
depends_on:
- wekandb