From 3931c4f15ad14c5a73425b0547bde9c95982ff77 Mon Sep 17 00:00:00 2001 From: Souvik Date: Sat, 16 Nov 2024 03:22:08 +0530 Subject: [PATCH] Updated Azure Container setup documentation --- docs/docs/setup/azure-container.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/docs/setup/azure-container.md b/docs/docs/setup/azure-container.md index dd83287ead..5660ac728a 100644 --- a/docs/docs/setup/azure-container.md +++ b/docs/docs/setup/azure-container.md @@ -32,10 +32,10 @@ Please note that you need to set up a PostgreSQL database manually to be used by - - Make sure to provide the image tag, and then enter `server/entrypoint.sh, npm, run, start:prod` in the "Command override" field. + - Make sure to provide the image tag, and then enter `server/entrypoint.sh, npm, run, start:prod` in the "Arguments override" field. - Add the following ToolJet application variables under the "Environmental variable" section. You can refer to this [**documentation**](/docs/setup/env-vars) for more information on environment variables. - **Note**: ToolJet requires: + **Note**: ToolJet requires: - **TOOLJET_DB** - **TOOLJET_DB_HOST** - **TOOLJET_DB_USER** @@ -46,6 +46,12 @@ Please note that you need to set up a PostgreSQL database manually to be used by - **PG_PASS** - **SECRET_KEY_BASE** - **LOCKBOX_KEY** + For redis connection ensure below environment variables are added: + - **REDIS_HOST** + - **REDIS_PORT** + - **REDIS_USER** + If using Azure Database for Postgresql -Flexible server, add: + - **PGSSLMODE = require**