mirror of
https://github.com/hcengineering/huly-selfhost.git
synced 2026-09-26 03:25:03 +02:00
Disable auto-translate and mailboxes
Signed-off-by: Artem Savchenko <armisav@gmail.com>
This commit is contained in:
@@ -181,6 +181,7 @@ services:
|
||||
- ACCOUNTS_URL=http${SECURE:+s}://${HOST_ADDRESS}/_accounts
|
||||
- ACCOUNT_PORT=3000
|
||||
- QUEUE_CONFIG=redpanda:9092
|
||||
- MAX_FAILED_LOGIN_ATTEMPTS: 0
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- huly_net
|
||||
@@ -222,6 +223,7 @@ services:
|
||||
- DEFAULT_LANGUAGE=${DEFAULT_LANGUAGE:-en}
|
||||
- LAST_NAME_FIRST=${LAST_NAME_FIRST:-true}
|
||||
- DESKTOP_UPDATES_CHANNEL=${DESKTOP_CHANNEL}
|
||||
- DISABLED_FEATURES=auto-translate,mailboxes
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- huly_net
|
||||
|
||||
Reference in New Issue
Block a user