From ed051cdb99e5a16f855c910038ebaaf3ba5addbd Mon Sep 17 00:00:00 2001 From: Alexander Onnikov Date: Mon, 16 Sep 2024 23:06:44 +0700 Subject: [PATCH] Set NOTIFY_INBOX_ONLY to workspace service Signed-off-by: Alexander Onnikov --- template.compose.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/template.compose.yaml b/template.compose.yaml index 913814f..6a11ef4 100644 --- a/template.compose.yaml +++ b/template.compose.yaml @@ -71,6 +71,7 @@ services: - STORAGE_CONFIG=minio|minio?accessKey=minioadmin&secretKey=minioadmin - MODEL_ENABLED=* - ACCOUNTS_URL=http://account:3000 + - NOTIFY_INBOX_ONLY=true restart: unless-stopped front: image: hardcoreeng/front:${HULY_VERSION}