diff options
author | Lauri Ojansivu <x@xet7.org> | 2019-07-18 04:52:19 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2019-07-18 04:52:19 +0300 |
commit | ec80acf36b7909d82d9cd66bd3f5cdc2afb4bee8 (patch) | |
tree | fc747370cce284f71bdcfb4c0ea2a8ea0d1cb4a5 /docker-compose.yml | |
parent | 26ebe6d63a7892f7c293098dba55107b737eb59b (diff) | |
download | wekan-ec80acf36b7909d82d9cd66bd3f5cdc2afb4bee8.tar.gz wekan-ec80acf36b7909d82d9cd66bd3f5cdc2afb4bee8.tar.bz2 wekan-ec80acf36b7909d82d9cd66bd3f5cdc2afb4bee8.zip |
Allow to shrink attached/pasted image: Add to Snap/Docker/Source.
Thanks to xet7 !
Diffstat (limited to 'docker-compose.yml')
-rw-r--r-- | docker-compose.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index bdc085aa..1eb632c3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -232,6 +232,11 @@ services: #- ACCOUNTS_LOCKOUT_UNKNOWN_USERS_LOCKOUT_PERIOD=60 #- ACCOUNTS_LOCKOUT_UNKNOWN_USERS_FAILURE_WINDOW=15 #--------------------------------------------------------------- + # ==== Allow to shrink attached/pasted image ==== + # https://github.com/wekan/wekan/pull/2544 + #-MAX_IMAGE_PIXEL=1024 + #-IMAGE_COMPRESS_RATIO=80 + #--------------------------------------------------------------- # ==== BIGEVENTS DUE ETC NOTIFICATIONS ===== # https://github.com/wekan/wekan/pull/2541 # Introduced a system env var BIGEVENTS_PATTERN default as "due", |