Enable Wekan API by default, so that Export Board to JSON works.

This commit is contained in:
Lauri Ojansivu 2018-08-01 21:21:14 +03:00
parent 6a23f73d94
commit b2eeff9697
2 changed files with 4 additions and 2 deletions

View file

@ -37,7 +37,9 @@ services:
environment:
- MONGO_URL=mongodb://wekandb:27017/wekan
- ROOT_URL=http://localhost
- WITH_API=false
# Wekan Export Board works when WITH_API='true'.
# If you disable Wekan API with 'false', Export Board does not work.
- WITH_API=true
depends_on:
- wekandb