mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 01:18:23 +00:00
Updated Azure Container setup documentation
This commit is contained in:
parent
95e5e23419
commit
3931c4f15a
1 changed files with 8 additions and 2 deletions
|
|
@ -32,10 +32,10 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
|
||||
</div>
|
||||
|
||||
- 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**
|
||||
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue