1) New default: sudo snap set wekan mongo-log-destination='devnull'. Other options: syslog/snapcommon.

This should lower amount of disk usage and logs.
2) Tried to fix command: sudo snap set wekan mongo-url='...'

Thanks to xet7 !

Fixes #3059,
fixes #2364,
fixes wekan/wekan-snap#138,
fixes wekan/wekan-snap#113
This commit is contained in:
Lauri Ojansivu 2020-11-23 20:40:37 +02:00
parent 608a084b94
commit 5510c2a37d
4 changed files with 50 additions and 15 deletions

View file

@ -96,7 +96,10 @@ services:
#-------------------------------------------------------------------------------------
container_name: wekan-db
restart: always
command: mongod --oplogSize 128
# command: mongod --oplogSize 128
# Syslog: mongod --syslog --oplogSize 128 --quiet
# Disable MongoDB logs:
command: mongod --logpath /dev/null --oplogSize 128 --quiet
networks:
- wekan-tier
expose: