mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
Merge pull request #10222 from ToolJet/docs/update-try-tooljet-doc
[docs]: Update azure container and try tooljet docs
This commit is contained in:
commit
33b794c823
78 changed files with 814 additions and 77 deletions
|
|
@ -30,7 +30,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
3. In the container tab, uncheck the "Use quickstart image" option to select the image source manually.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
@ -41,7 +41,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/3-a.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step4-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
@ -55,7 +55,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
5. Click on "Review + create" and wait for the template to be verified and passed, as shown in the screenshot below.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/5a.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step5a-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -28,4 +28,21 @@ docker run \
|
|||
- You can make use of `--env` or `--env-file` flag to test against various env configurables mentioned [here](https://docs.tooljet.com/docs/setup/env-vars).
|
||||
- Use `docker stop tooljet` to stop the container and `docker start tooljet` to start the container thereafter.
|
||||
|
||||
#### Dynamic Port Setup
|
||||
To run the ToolJet server on a different port, such as 8080 or any other port of your choice, use the following command:
|
||||
|
||||
```sh
|
||||
docker run \
|
||||
--name tooljet \
|
||||
--restart unless-stopped \
|
||||
-p 8080:8080 \
|
||||
-e PORT=8080 \
|
||||
--platform linux/amd64 \
|
||||
-v tooljet_data:/var/lib/postgresql/13/main \
|
||||
tooljet/try:EE-LTS-latest
|
||||
```
|
||||
|
||||
- This command will start the ToolJet server on port 8080.
|
||||
- The `-e PORT=8080` flag sets the `PORT` environment variable to 8080, allowing the ToolJet server to listen on port 8080.
|
||||
|
||||
By following these instructions, you can easily run the ToolJet server on the port of your choice, ensuring flexibility in your setup.
|
||||
|
|
|
|||
BIN
docs/static/img/setup/azure-container/step3-v2.png
vendored
Normal file
BIN
docs/static/img/setup/azure-container/step3-v2.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 103 KiB |
BIN
docs/static/img/setup/azure-container/step4-v2.png
vendored
Normal file
BIN
docs/static/img/setup/azure-container/step4-v2.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 144 KiB |
BIN
docs/static/img/setup/azure-container/step5a-v2.png
vendored
Normal file
BIN
docs/static/img/setup/azure-container/step5a-v2.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 110 KiB |
|
|
@ -30,7 +30,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
3. In the container tab, uncheck the "Use quickstart image" option to select the image source manually.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
@ -38,7 +38,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
- 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.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step4.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step4-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
3. In the container tab, uncheck the "Use quickstart image" option to select the image source manually.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
@ -38,7 +38,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
- 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.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step4.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step4-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -26,4 +26,24 @@ docker run \
|
|||
- You can make use of `--env` or `--env-file` flag to test against various env configurables mentioned [here](https://docs.tooljet.com/docs/setup/env-vars).
|
||||
- Use `docker stop tooljet` to stop the container and `docker start tooljet` to start the container thereafter.
|
||||
|
||||
#### Dynamic Port Setup
|
||||
To run the ToolJet server on a different port, such as 8080 or any other port of your choice, use the following command:
|
||||
|
||||
```sh
|
||||
docker run \
|
||||
--name tooljet \
|
||||
--restart unless-stopped \
|
||||
-p 8080:8080 \
|
||||
-e PORT=8080 \
|
||||
--platform linux/amd64 \
|
||||
-v tooljet_data:/var/lib/postgresql/13/main \
|
||||
tooljet/try:EE-LTS-latest
|
||||
```
|
||||
|
||||
- This command will start the ToolJet server on port 8080.
|
||||
- The `-e PORT=8080` flag sets the `PORT` environment variable to 8080, allowing the ToolJet server to listen on port 8080.
|
||||
|
||||
By following these instructions, you can easily run the ToolJet server on the port of your choice, ensuring flexibility in your setup.
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
3. In the container tab, uncheck the "Use quickstart image" option to select the image source manually.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
@ -38,7 +38,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
- 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.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step4.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step4-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -26,4 +26,24 @@ docker run \
|
|||
- You can make use of `--env` or `--env-file` flag to test against various env configurables mentioned [here](https://docs.tooljet.com/docs/setup/env-vars).
|
||||
- Use `docker stop tooljet` to stop the container and `docker start tooljet` to start the container thereafter.
|
||||
|
||||
#### Dynamic Port Setup
|
||||
To run the ToolJet server on a different port, such as 8080 or any other port of your choice, use the following command:
|
||||
|
||||
```sh
|
||||
docker run \
|
||||
--name tooljet \
|
||||
--restart unless-stopped \
|
||||
-p 8080:8080 \
|
||||
-e PORT=8080 \
|
||||
--platform linux/amd64 \
|
||||
-v tooljet_data:/var/lib/postgresql/13/main \
|
||||
tooljet/try:EE-LTS-latest
|
||||
```
|
||||
|
||||
- This command will start the ToolJet server on port 8080.
|
||||
- The `-e PORT=8080` flag sets the `PORT` environment variable to 8080, allowing the ToolJet server to listen on port 8080.
|
||||
|
||||
By following these instructions, you can easily run the ToolJet server on the port of your choice, ensuring flexibility in your setup.
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
3. In the container tab, uncheck the "Use quickstart image" option to select the image source manually.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
@ -38,7 +38,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
- 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.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step4.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step4-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -26,4 +26,24 @@ docker run \
|
|||
- You can make use of `--env` or `--env-file` flag to test against various env configurables mentioned [here](https://docs.tooljet.com/docs/setup/env-vars).
|
||||
- Use `docker stop tooljet` to stop the container and `docker start tooljet` to start the container thereafter.
|
||||
|
||||
#### Dynamic Port Setup
|
||||
To run the ToolJet server on a different port, such as 8080 or any other port of your choice, use the following command:
|
||||
|
||||
```sh
|
||||
docker run \
|
||||
--name tooljet \
|
||||
--restart unless-stopped \
|
||||
-p 8080:8080 \
|
||||
-e PORT=8080 \
|
||||
--platform linux/amd64 \
|
||||
-v tooljet_data:/var/lib/postgresql/13/main \
|
||||
tooljet/try:EE-LTS-latest
|
||||
```
|
||||
|
||||
- This command will start the ToolJet server on port 8080.
|
||||
- The `-e PORT=8080` flag sets the `PORT` environment variable to 8080, allowing the ToolJet server to listen on port 8080.
|
||||
|
||||
By following these instructions, you can easily run the ToolJet server on the port of your choice, ensuring flexibility in your setup.
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
3. In the container tab, uncheck the "Use quickstart image" option to select the image source manually.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
@ -38,7 +38,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
- 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.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step4.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step4-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -26,4 +26,24 @@ docker run \
|
|||
- You can make use of `--env` or `--env-file` flag to test against various env configurables mentioned [here](https://docs.tooljet.com/docs/setup/env-vars).
|
||||
- Use `docker stop tooljet` to stop the container and `docker start tooljet` to start the container thereafter.
|
||||
|
||||
#### Dynamic Port Setup
|
||||
To run the ToolJet server on a different port, such as 8080 or any other port of your choice, use the following command:
|
||||
|
||||
```sh
|
||||
docker run \
|
||||
--name tooljet \
|
||||
--restart unless-stopped \
|
||||
-p 8080:8080 \
|
||||
-e PORT=8080 \
|
||||
--platform linux/amd64 \
|
||||
-v tooljet_data:/var/lib/postgresql/13/main \
|
||||
tooljet/try:EE-LTS-latest
|
||||
```
|
||||
|
||||
- This command will start the ToolJet server on port 8080.
|
||||
- The `-e PORT=8080` flag sets the `PORT` environment variable to 8080, allowing the ToolJet server to listen on port 8080.
|
||||
|
||||
By following these instructions, you can easily run the ToolJet server on the port of your choice, ensuring flexibility in your setup.
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
3. In the container tab, uncheck the "Use quickstart image" option to select the image source manually.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
@ -38,7 +38,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
- 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.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step4.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step4-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -27,4 +27,24 @@ docker run \
|
|||
- You can make use of `--env` or `--env-file` flag to test against various env configurables mentioned [here](https://docs.tooljet.com/docs/setup/env-vars).
|
||||
- Use `docker stop tooljet` to stop the container and `docker start tooljet` to start the container thereafter.
|
||||
|
||||
#### Dynamic Port Setup
|
||||
To run the ToolJet server on a different port, such as 8080 or any other port of your choice, use the following command:
|
||||
|
||||
```sh
|
||||
docker run \
|
||||
--name tooljet \
|
||||
--restart unless-stopped \
|
||||
-p 8080:8080 \
|
||||
-e PORT=8080 \
|
||||
--platform linux/amd64 \
|
||||
-v tooljet_data:/var/lib/postgresql/13/main \
|
||||
tooljet/try:EE-LTS-latest
|
||||
```
|
||||
|
||||
- This command will start the ToolJet server on port 8080.
|
||||
- The `-e PORT=8080` flag sets the `PORT` environment variable to 8080, allowing the ToolJet server to listen on port 8080.
|
||||
|
||||
By following these instructions, you can easily run the ToolJet server on the port of your choice, ensuring flexibility in your setup.
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
3. In the container tab, uncheck the "Use quickstart image" option to select the image source manually.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
@ -38,7 +38,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
- 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.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step4.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step4-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -27,4 +27,24 @@ docker run \
|
|||
- You can make use of `--env` or `--env-file` flag to test against various env configurables mentioned [here](https://docs.tooljet.com/docs/setup/env-vars).
|
||||
- Use `docker stop tooljet` to stop the container and `docker start tooljet` to start the container thereafter.
|
||||
|
||||
#### Dynamic Port Setup
|
||||
To run the ToolJet server on a different port, such as 8080 or any other port of your choice, use the following command:
|
||||
|
||||
```sh
|
||||
docker run \
|
||||
--name tooljet \
|
||||
--restart unless-stopped \
|
||||
-p 8080:8080 \
|
||||
-e PORT=8080 \
|
||||
--platform linux/amd64 \
|
||||
-v tooljet_data:/var/lib/postgresql/13/main \
|
||||
tooljet/try:EE-LTS-latest
|
||||
```
|
||||
|
||||
- This command will start the ToolJet server on port 8080.
|
||||
- The `-e PORT=8080` flag sets the `PORT` environment variable to 8080, allowing the ToolJet server to listen on port 8080.
|
||||
|
||||
By following these instructions, you can easily run the ToolJet server on the port of your choice, ensuring flexibility in your setup.
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
3. In the container tab, uncheck the "Use quickstart image" option to select the image source manually.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
@ -38,7 +38,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
- 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.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step4.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step4-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -27,4 +27,24 @@ docker run \
|
|||
- You can make use of `--env` or `--env-file` flag to test against various env configurables mentioned [here](https://docs.tooljet.com/docs/setup/env-vars).
|
||||
- Use `docker stop tooljet` to stop the container and `docker start tooljet` to start the container thereafter.
|
||||
|
||||
#### Dynamic Port Setup
|
||||
To run the ToolJet server on a different port, such as 8080 or any other port of your choice, use the following command:
|
||||
|
||||
```sh
|
||||
docker run \
|
||||
--name tooljet \
|
||||
--restart unless-stopped \
|
||||
-p 8080:8080 \
|
||||
-e PORT=8080 \
|
||||
--platform linux/amd64 \
|
||||
-v tooljet_data:/var/lib/postgresql/13/main \
|
||||
tooljet/try:EE-LTS-latest
|
||||
```
|
||||
|
||||
- This command will start the ToolJet server on port 8080.
|
||||
- The `-e PORT=8080` flag sets the `PORT` environment variable to 8080, allowing the ToolJet server to listen on port 8080.
|
||||
|
||||
By following these instructions, you can easily run the ToolJet server on the port of your choice, ensuring flexibility in your setup.
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
3. In the container tab, uncheck the "Use quickstart image" option to select the image source manually.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
@ -55,7 +55,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
5. Click on "Review + create" and wait for the template to be verified and passed, as shown in the screenshot below.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/5a.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step5a-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -27,4 +27,24 @@ docker run \
|
|||
- You can make use of `--env` or `--env-file` flag to test against various env configurables mentioned [here](https://docs.tooljet.com/docs/setup/env-vars).
|
||||
- Use `docker stop tooljet` to stop the container and `docker start tooljet` to start the container thereafter.
|
||||
|
||||
#### Dynamic Port Setup
|
||||
To run the ToolJet server on a different port, such as 8080 or any other port of your choice, use the following command:
|
||||
|
||||
```sh
|
||||
docker run \
|
||||
--name tooljet \
|
||||
--restart unless-stopped \
|
||||
-p 8080:8080 \
|
||||
-e PORT=8080 \
|
||||
--platform linux/amd64 \
|
||||
-v tooljet_data:/var/lib/postgresql/13/main \
|
||||
tooljet/try:EE-LTS-latest
|
||||
```
|
||||
|
||||
- This command will start the ToolJet server on port 8080.
|
||||
- The `-e PORT=8080` flag sets the `PORT` environment variable to 8080, allowing the ToolJet server to listen on port 8080.
|
||||
|
||||
By following these instructions, you can easily run the ToolJet server on the port of your choice, ensuring flexibility in your setup.
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
3. In the container tab, uncheck the "Use quickstart image" option to select the image source manually.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
@ -55,7 +55,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
5. Click on "Review + create" and wait for the template to be verified and passed, as shown in the screenshot below.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/5a.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step5a-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -27,4 +27,24 @@ docker run \
|
|||
- You can make use of `--env` or `--env-file` flag to test against various env configurables mentioned [here](https://docs.tooljet.com/docs/setup/env-vars).
|
||||
- Use `docker stop tooljet` to stop the container and `docker start tooljet` to start the container thereafter.
|
||||
|
||||
#### Dynamic Port Setup
|
||||
To run the ToolJet server on a different port, such as 8080 or any other port of your choice, use the following command:
|
||||
|
||||
```sh
|
||||
docker run \
|
||||
--name tooljet \
|
||||
--restart unless-stopped \
|
||||
-p 8080:8080 \
|
||||
-e PORT=8080 \
|
||||
--platform linux/amd64 \
|
||||
-v tooljet_data:/var/lib/postgresql/13/main \
|
||||
tooljet/try:EE-LTS-latest
|
||||
```
|
||||
|
||||
- This command will start the ToolJet server on port 8080.
|
||||
- The `-e PORT=8080` flag sets the `PORT` environment variable to 8080, allowing the ToolJet server to listen on port 8080.
|
||||
|
||||
By following these instructions, you can easily run the ToolJet server on the port of your choice, ensuring flexibility in your setup.
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
3. In the container tab, uncheck the "Use quickstart image" option to select the image source manually.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
@ -55,7 +55,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
5. Click on "Review + create" and wait for the template to be verified and passed, as shown in the screenshot below.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/5a.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step5a-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -27,4 +27,24 @@ docker run \
|
|||
- You can make use of `--env` or `--env-file` flag to test against various env configurables mentioned [here](https://docs.tooljet.com/docs/setup/env-vars).
|
||||
- Use `docker stop tooljet` to stop the container and `docker start tooljet` to start the container thereafter.
|
||||
|
||||
#### Dynamic Port Setup
|
||||
To run the ToolJet server on a different port, such as 8080 or any other port of your choice, use the following command:
|
||||
|
||||
```sh
|
||||
docker run \
|
||||
--name tooljet \
|
||||
--restart unless-stopped \
|
||||
-p 8080:8080 \
|
||||
-e PORT=8080 \
|
||||
--platform linux/amd64 \
|
||||
-v tooljet_data:/var/lib/postgresql/13/main \
|
||||
tooljet/try:EE-LTS-latest
|
||||
```
|
||||
|
||||
- This command will start the ToolJet server on port 8080.
|
||||
- The `-e PORT=8080` flag sets the `PORT` environment variable to 8080, allowing the ToolJet server to listen on port 8080.
|
||||
|
||||
By following these instructions, you can easily run the ToolJet server on the port of your choice, ensuring flexibility in your setup.
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
3. In the container tab, uncheck the "Use quickstart image" option to select the image source manually.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
@ -55,7 +55,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
5. Click on "Review + create" and wait for the template to be verified and passed, as shown in the screenshot below.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/5a.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step5a-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -27,4 +27,24 @@ docker run \
|
|||
- You can make use of `--env` or `--env-file` flag to test against various env configurables mentioned [here](https://docs.tooljet.com/docs/setup/env-vars).
|
||||
- Use `docker stop tooljet` to stop the container and `docker start tooljet` to start the container thereafter.
|
||||
|
||||
#### Dynamic Port Setup
|
||||
To run the ToolJet server on a different port, such as 8080 or any other port of your choice, use the following command:
|
||||
|
||||
```sh
|
||||
docker run \
|
||||
--name tooljet \
|
||||
--restart unless-stopped \
|
||||
-p 8080:8080 \
|
||||
-e PORT=8080 \
|
||||
--platform linux/amd64 \
|
||||
-v tooljet_data:/var/lib/postgresql/13/main \
|
||||
tooljet/try:EE-LTS-latest
|
||||
```
|
||||
|
||||
- This command will start the ToolJet server on port 8080.
|
||||
- The `-e PORT=8080` flag sets the `PORT` environment variable to 8080, allowing the ToolJet server to listen on port 8080.
|
||||
|
||||
By following these instructions, you can easily run the ToolJet server on the port of your choice, ensuring flexibility in your setup.
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
3. In the container tab, uncheck the "Use quickstart image" option to select the image source manually.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
@ -55,7 +55,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
5. Click on "Review + create" and wait for the template to be verified and passed, as shown in the screenshot below.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/5a.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step5a-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -27,4 +27,24 @@ docker run \
|
|||
- You can make use of `--env` or `--env-file` flag to test against various env configurables mentioned [here](https://docs.tooljet.com/docs/setup/env-vars).
|
||||
- Use `docker stop tooljet` to stop the container and `docker start tooljet` to start the container thereafter.
|
||||
|
||||
#### Dynamic Port Setup
|
||||
To run the ToolJet server on a different port, such as 8080 or any other port of your choice, use the following command:
|
||||
|
||||
```sh
|
||||
docker run \
|
||||
--name tooljet \
|
||||
--restart unless-stopped \
|
||||
-p 8080:8080 \
|
||||
-e PORT=8080 \
|
||||
--platform linux/amd64 \
|
||||
-v tooljet_data:/var/lib/postgresql/13/main \
|
||||
tooljet/try:EE-LTS-latest
|
||||
```
|
||||
|
||||
- This command will start the ToolJet server on port 8080.
|
||||
- The `-e PORT=8080` flag sets the `PORT` environment variable to 8080, allowing the ToolJet server to listen on port 8080.
|
||||
|
||||
By following these instructions, you can easily run the ToolJet server on the port of your choice, ensuring flexibility in your setup.
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
3. In the container tab, uncheck the "Use quickstart image" option to select the image source manually.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
@ -38,7 +38,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
- 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.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step4.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step4-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -27,4 +27,24 @@ docker run \
|
|||
- You can make use of `--env` or `--env-file` flag to test against various env configurables mentioned [here](https://docs.tooljet.com/docs/setup/env-vars).
|
||||
- Use `docker stop tooljet` to stop the container and `docker start tooljet` to start the container thereafter.
|
||||
|
||||
#### Dynamic Port Setup
|
||||
To run the ToolJet server on a different port, such as 8080 or any other port of your choice, use the following command:
|
||||
|
||||
```sh
|
||||
docker run \
|
||||
--name tooljet \
|
||||
--restart unless-stopped \
|
||||
-p 8080:8080 \
|
||||
-e PORT=8080 \
|
||||
--platform linux/amd64 \
|
||||
-v tooljet_data:/var/lib/postgresql/13/main \
|
||||
tooljet/try:EE-LTS-latest
|
||||
```
|
||||
|
||||
- This command will start the ToolJet server on port 8080.
|
||||
- The `-e PORT=8080` flag sets the `PORT` environment variable to 8080, allowing the ToolJet server to listen on port 8080.
|
||||
|
||||
By following these instructions, you can easily run the ToolJet server on the port of your choice, ensuring flexibility in your setup.
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
3. In the container tab, uncheck the "Use quickstart image" option to select the image source manually.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
@ -55,7 +55,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
5. Click on "Review + create" and wait for the template to be verified and passed, as shown in the screenshot below.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/5a.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step5a-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -27,4 +27,24 @@ docker run \
|
|||
- You can make use of `--env` or `--env-file` flag to test against various env configurables mentioned [here](https://docs.tooljet.com/docs/setup/env-vars).
|
||||
- Use `docker stop tooljet` to stop the container and `docker start tooljet` to start the container thereafter.
|
||||
|
||||
#### Dynamic Port Setup
|
||||
To run the ToolJet server on a different port, such as 8080 or any other port of your choice, use the following command:
|
||||
|
||||
```sh
|
||||
docker run \
|
||||
--name tooljet \
|
||||
--restart unless-stopped \
|
||||
-p 8080:8080 \
|
||||
-e PORT=8080 \
|
||||
--platform linux/amd64 \
|
||||
-v tooljet_data:/var/lib/postgresql/13/main \
|
||||
tooljet/try:EE-LTS-latest
|
||||
```
|
||||
|
||||
- This command will start the ToolJet server on port 8080.
|
||||
- The `-e PORT=8080` flag sets the `PORT` environment variable to 8080, allowing the ToolJet server to listen on port 8080.
|
||||
|
||||
By following these instructions, you can easily run the ToolJet server on the port of your choice, ensuring flexibility in your setup.
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
3. In the container tab, uncheck the "Use quickstart image" option to select the image source manually.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
@ -55,7 +55,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
5. Click on "Review + create" and wait for the template to be verified and passed, as shown in the screenshot below.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/5a.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step5a-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -27,4 +27,24 @@ docker run \
|
|||
- You can make use of `--env` or `--env-file` flag to test against various env configurables mentioned [here](https://docs.tooljet.com/docs/setup/env-vars).
|
||||
- Use `docker stop tooljet` to stop the container and `docker start tooljet` to start the container thereafter.
|
||||
|
||||
#### Dynamic Port Setup
|
||||
To run the ToolJet server on a different port, such as 8080 or any other port of your choice, use the following command:
|
||||
|
||||
```sh
|
||||
docker run \
|
||||
--name tooljet \
|
||||
--restart unless-stopped \
|
||||
-p 8080:8080 \
|
||||
-e PORT=8080 \
|
||||
--platform linux/amd64 \
|
||||
-v tooljet_data:/var/lib/postgresql/13/main \
|
||||
tooljet/try:EE-LTS-latest
|
||||
```
|
||||
|
||||
- This command will start the ToolJet server on port 8080.
|
||||
- The `-e PORT=8080` flag sets the `PORT` environment variable to 8080, allowing the ToolJet server to listen on port 8080.
|
||||
|
||||
By following these instructions, you can easily run the ToolJet server on the port of your choice, ensuring flexibility in your setup.
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
3. In the container tab, uncheck the "Use quickstart image" option to select the image source manually.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
@ -55,7 +55,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
5. Click on "Review + create" and wait for the template to be verified and passed, as shown in the screenshot below.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/5a.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step5a-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -28,4 +28,24 @@ docker run \
|
|||
- You can make use of `--env` or `--env-file` flag to test against various env configurables mentioned [here](https://docs.tooljet.com/docs/setup/env-vars).
|
||||
- Use `docker stop tooljet` to stop the container and `docker start tooljet` to start the container thereafter.
|
||||
|
||||
#### Dynamic Port Setup
|
||||
To run the ToolJet server on a different port, such as 8080 or any other port of your choice, use the following command:
|
||||
|
||||
```sh
|
||||
docker run \
|
||||
--name tooljet \
|
||||
--restart unless-stopped \
|
||||
-p 8080:8080 \
|
||||
-e PORT=8080 \
|
||||
--platform linux/amd64 \
|
||||
-v tooljet_data:/var/lib/postgresql/13/main \
|
||||
tooljet/try:EE-LTS-latest
|
||||
```
|
||||
|
||||
- This command will start the ToolJet server on port 8080.
|
||||
- The `-e PORT=8080` flag sets the `PORT` environment variable to 8080, allowing the ToolJet server to listen on port 8080.
|
||||
|
||||
By following these instructions, you can easily run the ToolJet server on the port of your choice, ensuring flexibility in your setup.
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
3. In the container tab, uncheck the "Use quickstart image" option to select the image source manually.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
@ -55,7 +55,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
5. Click on "Review + create" and wait for the template to be verified and passed, as shown in the screenshot below.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/5a.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step5a-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -28,4 +28,24 @@ docker run \
|
|||
- You can make use of `--env` or `--env-file` flag to test against various env configurables mentioned [here](https://docs.tooljet.com/docs/setup/env-vars).
|
||||
- Use `docker stop tooljet` to stop the container and `docker start tooljet` to start the container thereafter.
|
||||
|
||||
#### Dynamic Port Setup
|
||||
To run the ToolJet server on a different port, such as 8080 or any other port of your choice, use the following command:
|
||||
|
||||
```sh
|
||||
docker run \
|
||||
--name tooljet \
|
||||
--restart unless-stopped \
|
||||
-p 8080:8080 \
|
||||
-e PORT=8080 \
|
||||
--platform linux/amd64 \
|
||||
-v tooljet_data:/var/lib/postgresql/13/main \
|
||||
tooljet/try:EE-LTS-latest
|
||||
```
|
||||
|
||||
- This command will start the ToolJet server on port 8080.
|
||||
- The `-e PORT=8080` flag sets the `PORT` environment variable to 8080, allowing the ToolJet server to listen on port 8080.
|
||||
|
||||
By following these instructions, you can easily run the ToolJet server on the port of your choice, ensuring flexibility in your setup.
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
3. In the container tab, uncheck the "Use quickstart image" option to select the image source manually.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
@ -55,7 +55,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
5. Click on "Review + create" and wait for the template to be verified and passed, as shown in the screenshot below.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/5a.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step5a-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -28,4 +28,24 @@ docker run \
|
|||
- You can make use of `--env` or `--env-file` flag to test against various env configurables mentioned [here](https://docs.tooljet.com/docs/setup/env-vars).
|
||||
- Use `docker stop tooljet` to stop the container and `docker start tooljet` to start the container thereafter.
|
||||
|
||||
#### Dynamic Port Setup
|
||||
To run the ToolJet server on a different port, such as 8080 or any other port of your choice, use the following command:
|
||||
|
||||
```sh
|
||||
docker run \
|
||||
--name tooljet \
|
||||
--restart unless-stopped \
|
||||
-p 8080:8080 \
|
||||
-e PORT=8080 \
|
||||
--platform linux/amd64 \
|
||||
-v tooljet_data:/var/lib/postgresql/13/main \
|
||||
tooljet/try:EE-LTS-latest
|
||||
```
|
||||
|
||||
- This command will start the ToolJet server on port 8080.
|
||||
- The `-e PORT=8080` flag sets the `PORT` environment variable to 8080, allowing the ToolJet server to listen on port 8080.
|
||||
|
||||
By following these instructions, you can easily run the ToolJet server on the port of your choice, ensuring flexibility in your setup.
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
3. In the container tab, uncheck the "Use quickstart image" option to select the image source manually.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
@ -55,7 +55,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
5. Click on "Review + create" and wait for the template to be verified and passed, as shown in the screenshot below.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/5a.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step5a-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -28,4 +28,24 @@ docker run \
|
|||
- You can make use of `--env` or `--env-file` flag to test against various env configurables mentioned [here](https://docs.tooljet.com/docs/setup/env-vars).
|
||||
- Use `docker stop tooljet` to stop the container and `docker start tooljet` to start the container thereafter.
|
||||
|
||||
#### Dynamic Port Setup
|
||||
To run the ToolJet server on a different port, such as 8080 or any other port of your choice, use the following command:
|
||||
|
||||
```sh
|
||||
docker run \
|
||||
--name tooljet \
|
||||
--restart unless-stopped \
|
||||
-p 8080:8080 \
|
||||
-e PORT=8080 \
|
||||
--platform linux/amd64 \
|
||||
-v tooljet_data:/var/lib/postgresql/13/main \
|
||||
tooljet/try:EE-LTS-latest
|
||||
```
|
||||
|
||||
- This command will start the ToolJet server on port 8080.
|
||||
- The `-e PORT=8080` flag sets the `PORT` environment variable to 8080, allowing the ToolJet server to listen on port 8080.
|
||||
|
||||
By following these instructions, you can easily run the ToolJet server on the port of your choice, ensuring flexibility in your setup.
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
3. In the container tab, uncheck the "Use quickstart image" option to select the image source manually.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
@ -38,7 +38,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
- 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.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step4.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step4-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -27,4 +27,24 @@ docker run \
|
|||
- You can make use of `--env` or `--env-file` flag to test against various env configurables mentioned [here](https://docs.tooljet.com/docs/setup/env-vars).
|
||||
- Use `docker stop tooljet` to stop the container and `docker start tooljet` to start the container thereafter.
|
||||
|
||||
#### Dynamic Port Setup
|
||||
To run the ToolJet server on a different port, such as 8080 or any other port of your choice, use the following command:
|
||||
|
||||
```sh
|
||||
docker run \
|
||||
--name tooljet \
|
||||
--restart unless-stopped \
|
||||
-p 8080:8080 \
|
||||
-e PORT=8080 \
|
||||
--platform linux/amd64 \
|
||||
-v tooljet_data:/var/lib/postgresql/13/main \
|
||||
tooljet/try:EE-LTS-latest
|
||||
```
|
||||
|
||||
- This command will start the ToolJet server on port 8080.
|
||||
- The `-e PORT=8080` flag sets the `PORT` environment variable to 8080, allowing the ToolJet server to listen on port 8080.
|
||||
|
||||
By following these instructions, you can easily run the ToolJet server on the port of your choice, ensuring flexibility in your setup.
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
3. In the container tab, uncheck the "Use quickstart image" option to select the image source manually.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
@ -55,7 +55,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
5. Click on "Review + create" and wait for the template to be verified and passed, as shown in the screenshot below.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/5a.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step5a-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -28,4 +28,24 @@ docker run \
|
|||
- You can make use of `--env` or `--env-file` flag to test against various env configurables mentioned [here](https://docs.tooljet.com/docs/setup/env-vars).
|
||||
- Use `docker stop tooljet` to stop the container and `docker start tooljet` to start the container thereafter.
|
||||
|
||||
#### Dynamic Port Setup
|
||||
To run the ToolJet server on a different port, such as 8080 or any other port of your choice, use the following command:
|
||||
|
||||
```sh
|
||||
docker run \
|
||||
--name tooljet \
|
||||
--restart unless-stopped \
|
||||
-p 8080:8080 \
|
||||
-e PORT=8080 \
|
||||
--platform linux/amd64 \
|
||||
-v tooljet_data:/var/lib/postgresql/13/main \
|
||||
tooljet/try:EE-LTS-latest
|
||||
```
|
||||
|
||||
- This command will start the ToolJet server on port 8080.
|
||||
- The `-e PORT=8080` flag sets the `PORT` environment variable to 8080, allowing the ToolJet server to listen on port 8080.
|
||||
|
||||
By following these instructions, you can easily run the ToolJet server on the port of your choice, ensuring flexibility in your setup.
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
3. In the container tab, uncheck the "Use quickstart image" option to select the image source manually.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
@ -55,7 +55,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
5. Click on "Review + create" and wait for the template to be verified and passed, as shown in the screenshot below.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/5a.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step5a-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -28,4 +28,24 @@ docker run \
|
|||
- You can make use of `--env` or `--env-file` flag to test against various env configurables mentioned [here](https://docs.tooljet.com/docs/setup/env-vars).
|
||||
- Use `docker stop tooljet` to stop the container and `docker start tooljet` to start the container thereafter.
|
||||
|
||||
#### Dynamic Port Setup
|
||||
To run the ToolJet server on a different port, such as 8080 or any other port of your choice, use the following command:
|
||||
|
||||
```sh
|
||||
docker run \
|
||||
--name tooljet \
|
||||
--restart unless-stopped \
|
||||
-p 8080:8080 \
|
||||
-e PORT=8080 \
|
||||
--platform linux/amd64 \
|
||||
-v tooljet_data:/var/lib/postgresql/13/main \
|
||||
tooljet/try:EE-LTS-latest
|
||||
```
|
||||
|
||||
- This command will start the ToolJet server on port 8080.
|
||||
- The `-e PORT=8080` flag sets the `PORT` environment variable to 8080, allowing the ToolJet server to listen on port 8080.
|
||||
|
||||
By following these instructions, you can easily run the ToolJet server on the port of your choice, ensuring flexibility in your setup.
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
3. In the container tab, uncheck the "Use quickstart image" option to select the image source manually.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
@ -55,7 +55,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
5. Click on "Review + create" and wait for the template to be verified and passed, as shown in the screenshot below.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/5a.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step5a-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -28,4 +28,24 @@ docker run \
|
|||
- You can make use of `--env` or `--env-file` flag to test against various env configurables mentioned [here](https://docs.tooljet.com/docs/setup/env-vars).
|
||||
- Use `docker stop tooljet` to stop the container and `docker start tooljet` to start the container thereafter.
|
||||
|
||||
#### Dynamic Port Setup
|
||||
To run the ToolJet server on a different port, such as 8080 or any other port of your choice, use the following command:
|
||||
|
||||
```sh
|
||||
docker run \
|
||||
--name tooljet \
|
||||
--restart unless-stopped \
|
||||
-p 8080:8080 \
|
||||
-e PORT=8080 \
|
||||
--platform linux/amd64 \
|
||||
-v tooljet_data:/var/lib/postgresql/13/main \
|
||||
tooljet/try:EE-LTS-latest
|
||||
```
|
||||
|
||||
- This command will start the ToolJet server on port 8080.
|
||||
- The `-e PORT=8080` flag sets the `PORT` environment variable to 8080, allowing the ToolJet server to listen on port 8080.
|
||||
|
||||
By following these instructions, you can easily run the ToolJet server on the port of your choice, ensuring flexibility in your setup.
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
3. In the container tab, uncheck the "Use quickstart image" option to select the image source manually.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
@ -55,7 +55,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
5. Click on "Review + create" and wait for the template to be verified and passed, as shown in the screenshot below.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/5a.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step5a-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -28,4 +28,24 @@ docker run \
|
|||
- You can make use of `--env` or `--env-file` flag to test against various env configurables mentioned [here](https://docs.tooljet.com/docs/setup/env-vars).
|
||||
- Use `docker stop tooljet` to stop the container and `docker start tooljet` to start the container thereafter.
|
||||
|
||||
#### Dynamic Port Setup
|
||||
To run the ToolJet server on a different port, such as 8080 or any other port of your choice, use the following command:
|
||||
|
||||
```sh
|
||||
docker run \
|
||||
--name tooljet \
|
||||
--restart unless-stopped \
|
||||
-p 8080:8080 \
|
||||
-e PORT=8080 \
|
||||
--platform linux/amd64 \
|
||||
-v tooljet_data:/var/lib/postgresql/13/main \
|
||||
tooljet/try:EE-LTS-latest
|
||||
```
|
||||
|
||||
- This command will start the ToolJet server on port 8080.
|
||||
- The `-e PORT=8080` flag sets the `PORT` environment variable to 8080, allowing the ToolJet server to listen on port 8080.
|
||||
|
||||
By following these instructions, you can easily run the ToolJet server on the port of your choice, ensuring flexibility in your setup.
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
3. In the container tab, uncheck the "Use quickstart image" option to select the image source manually.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
@ -55,7 +55,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
5. Click on "Review + create" and wait for the template to be verified and passed, as shown in the screenshot below.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/5a.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step5a-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -28,4 +28,24 @@ docker run \
|
|||
- You can make use of `--env` or `--env-file` flag to test against various env configurables mentioned [here](https://docs.tooljet.com/docs/setup/env-vars).
|
||||
- Use `docker stop tooljet` to stop the container and `docker start tooljet` to start the container thereafter.
|
||||
|
||||
#### Dynamic Port Setup
|
||||
To run the ToolJet server on a different port, such as 8080 or any other port of your choice, use the following command:
|
||||
|
||||
```sh
|
||||
docker run \
|
||||
--name tooljet \
|
||||
--restart unless-stopped \
|
||||
-p 8080:8080 \
|
||||
-e PORT=8080 \
|
||||
--platform linux/amd64 \
|
||||
-v tooljet_data:/var/lib/postgresql/13/main \
|
||||
tooljet/try:EE-LTS-latest
|
||||
```
|
||||
|
||||
- This command will start the ToolJet server on port 8080.
|
||||
- The `-e PORT=8080` flag sets the `PORT` environment variable to 8080, allowing the ToolJet server to listen on port 8080.
|
||||
|
||||
By following these instructions, you can easily run the ToolJet server on the port of your choice, ensuring flexibility in your setup.
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
3. In the container tab, uncheck the "Use quickstart image" option to select the image source manually.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
@ -55,7 +55,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
5. Click on "Review + create" and wait for the template to be verified and passed, as shown in the screenshot below.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/5a.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step5a-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -28,4 +28,24 @@ docker run \
|
|||
- You can make use of `--env` or `--env-file` flag to test against various env configurables mentioned [here](https://docs.tooljet.com/docs/setup/env-vars).
|
||||
- Use `docker stop tooljet` to stop the container and `docker start tooljet` to start the container thereafter.
|
||||
|
||||
#### Dynamic Port Setup
|
||||
To run the ToolJet server on a different port, such as 8080 or any other port of your choice, use the following command:
|
||||
|
||||
```sh
|
||||
docker run \
|
||||
--name tooljet \
|
||||
--restart unless-stopped \
|
||||
-p 8080:8080 \
|
||||
-e PORT=8080 \
|
||||
--platform linux/amd64 \
|
||||
-v tooljet_data:/var/lib/postgresql/13/main \
|
||||
tooljet/try:EE-LTS-latest
|
||||
```
|
||||
|
||||
- This command will start the ToolJet server on port 8080.
|
||||
- The `-e PORT=8080` flag sets the `PORT` environment variable to 8080, allowing the ToolJet server to listen on port 8080.
|
||||
|
||||
By following these instructions, you can easily run the ToolJet server on the port of your choice, ensuring flexibility in your setup.
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
3. In the container tab, uncheck the "Use quickstart image" option to select the image source manually.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
@ -38,7 +38,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
- 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.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step4.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step4-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -27,4 +27,24 @@ docker run \
|
|||
- You can make use of `--env` or `--env-file` flag to test against various env configurables mentioned [here](https://docs.tooljet.com/docs/setup/env-vars).
|
||||
- Use `docker stop tooljet` to stop the container and `docker start tooljet` to start the container thereafter.
|
||||
|
||||
#### Dynamic Port Setup
|
||||
To run the ToolJet server on a different port, such as 8080 or any other port of your choice, use the following command:
|
||||
|
||||
```sh
|
||||
docker run \
|
||||
--name tooljet \
|
||||
--restart unless-stopped \
|
||||
-p 8080:8080 \
|
||||
-e PORT=8080 \
|
||||
--platform linux/amd64 \
|
||||
-v tooljet_data:/var/lib/postgresql/13/main \
|
||||
tooljet/try:EE-LTS-latest
|
||||
```
|
||||
|
||||
- This command will start the ToolJet server on port 8080.
|
||||
- The `-e PORT=8080` flag sets the `PORT` environment variable to 8080, allowing the ToolJet server to listen on port 8080.
|
||||
|
||||
By following these instructions, you can easily run the ToolJet server on the port of your choice, ensuring flexibility in your setup.
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
3. In the container tab, uncheck the "Use quickstart image" option to select the image source manually.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
@ -55,7 +55,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
5. Click on "Review + create" and wait for the template to be verified and passed, as shown in the screenshot below.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/5a.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step5a-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -28,4 +28,24 @@ docker run \
|
|||
- You can make use of `--env` or `--env-file` flag to test against various env configurables mentioned [here](https://docs.tooljet.com/docs/setup/env-vars).
|
||||
- Use `docker stop tooljet` to stop the container and `docker start tooljet` to start the container thereafter.
|
||||
|
||||
#### Dynamic Port Setup
|
||||
To run the ToolJet server on a different port, such as 8080 or any other port of your choice, use the following command:
|
||||
|
||||
```sh
|
||||
docker run \
|
||||
--name tooljet \
|
||||
--restart unless-stopped \
|
||||
-p 8080:8080 \
|
||||
-e PORT=8080 \
|
||||
--platform linux/amd64 \
|
||||
-v tooljet_data:/var/lib/postgresql/13/main \
|
||||
tooljet/try:EE-LTS-latest
|
||||
```
|
||||
|
||||
- This command will start the ToolJet server on port 8080.
|
||||
- The `-e PORT=8080` flag sets the `PORT` environment variable to 8080, allowing the ToolJet server to listen on port 8080.
|
||||
|
||||
By following these instructions, you can easily run the ToolJet server on the port of your choice, ensuring flexibility in your setup.
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
3. In the container tab, uncheck the "Use quickstart image" option to select the image source manually.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
@ -38,7 +38,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
- 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.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step4.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step4-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -27,4 +27,24 @@ docker run \
|
|||
- You can make use of `--env` or `--env-file` flag to test against various env configurables mentioned [here](https://docs.tooljet.com/docs/setup/env-vars).
|
||||
- Use `docker stop tooljet` to stop the container and `docker start tooljet` to start the container thereafter.
|
||||
|
||||
#### Dynamic Port Setup
|
||||
To run the ToolJet server on a different port, such as 8080 or any other port of your choice, use the following command:
|
||||
|
||||
```sh
|
||||
docker run \
|
||||
--name tooljet \
|
||||
--restart unless-stopped \
|
||||
-p 8080:8080 \
|
||||
-e PORT=8080 \
|
||||
--platform linux/amd64 \
|
||||
-v tooljet_data:/var/lib/postgresql/13/main \
|
||||
tooljet/try:EE-LTS-latest
|
||||
```
|
||||
|
||||
- This command will start the ToolJet server on port 8080.
|
||||
- The `-e PORT=8080` flag sets the `PORT` environment variable to 8080, allowing the ToolJet server to listen on port 8080.
|
||||
|
||||
By following these instructions, you can easily run the ToolJet server on the port of your choice, ensuring flexibility in your setup.
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
3. In the container tab, uncheck the "Use quickstart image" option to select the image source manually.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
@ -55,7 +55,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
5. Click on "Review + create" and wait for the template to be verified and passed, as shown in the screenshot below.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/5a.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step5a-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -28,4 +28,24 @@ docker run \
|
|||
- You can make use of `--env` or `--env-file` flag to test against various env configurables mentioned [here](https://docs.tooljet.com/docs/setup/env-vars).
|
||||
- Use `docker stop tooljet` to stop the container and `docker start tooljet` to start the container thereafter.
|
||||
|
||||
#### Dynamic Port Setup
|
||||
To run the ToolJet server on a different port, such as 8080 or any other port of your choice, use the following command:
|
||||
|
||||
```sh
|
||||
docker run \
|
||||
--name tooljet \
|
||||
--restart unless-stopped \
|
||||
-p 8080:8080 \
|
||||
-e PORT=8080 \
|
||||
--platform linux/amd64 \
|
||||
-v tooljet_data:/var/lib/postgresql/13/main \
|
||||
tooljet/try:EE-LTS-latest
|
||||
```
|
||||
|
||||
- This command will start the ToolJet server on port 8080.
|
||||
- The `-e PORT=8080` flag sets the `PORT` environment variable to 8080, allowing the ToolJet server to listen on port 8080.
|
||||
|
||||
By following these instructions, you can easily run the ToolJet server on the port of your choice, ensuring flexibility in your setup.
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
3. In the container tab, uncheck the "Use quickstart image" option to select the image source manually.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
@ -38,7 +38,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
- 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.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step4.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step4-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -27,4 +27,24 @@ docker run \
|
|||
- You can make use of `--env` or `--env-file` flag to test against various env configurables mentioned [here](https://docs.tooljet.com/docs/setup/env-vars).
|
||||
- Use `docker stop tooljet` to stop the container and `docker start tooljet` to start the container thereafter.
|
||||
|
||||
#### Dynamic Port Setup
|
||||
To run the ToolJet server on a different port, such as 8080 or any other port of your choice, use the following command:
|
||||
|
||||
```sh
|
||||
docker run \
|
||||
--name tooljet \
|
||||
--restart unless-stopped \
|
||||
-p 8080:8080 \
|
||||
-e PORT=8080 \
|
||||
--platform linux/amd64 \
|
||||
-v tooljet_data:/var/lib/postgresql/13/main \
|
||||
tooljet/try:EE-LTS-latest
|
||||
```
|
||||
|
||||
- This command will start the ToolJet server on port 8080.
|
||||
- The `-e PORT=8080` flag sets the `PORT` environment variable to 8080, allowing the ToolJet server to listen on port 8080.
|
||||
|
||||
By following these instructions, you can easily run the ToolJet server on the port of your choice, ensuring flexibility in your setup.
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
3. In the container tab, uncheck the "Use quickstart image" option to select the image source manually.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
@ -55,7 +55,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
5. Click on "Review + create" and wait for the template to be verified and passed, as shown in the screenshot below.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/5a.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step5a-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -28,4 +28,24 @@ docker run \
|
|||
- You can make use of `--env` or `--env-file` flag to test against various env configurables mentioned [here](https://docs.tooljet.com/docs/setup/env-vars).
|
||||
- Use `docker stop tooljet` to stop the container and `docker start tooljet` to start the container thereafter.
|
||||
|
||||
#### Dynamic Port Setup
|
||||
To run the ToolJet server on a different port, such as 8080 or any other port of your choice, use the following command:
|
||||
|
||||
```sh
|
||||
docker run \
|
||||
--name tooljet \
|
||||
--restart unless-stopped \
|
||||
-p 8080:8080 \
|
||||
-e PORT=8080 \
|
||||
--platform linux/amd64 \
|
||||
-v tooljet_data:/var/lib/postgresql/13/main \
|
||||
tooljet/try:EE-LTS-latest
|
||||
```
|
||||
|
||||
- This command will start the ToolJet server on port 8080.
|
||||
- The `-e PORT=8080` flag sets the `PORT` environment variable to 8080, allowing the ToolJet server to listen on port 8080.
|
||||
|
||||
By following these instructions, you can easily run the ToolJet server on the port of your choice, ensuring flexibility in your setup.
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
3. In the container tab, uncheck the "Use quickstart image" option to select the image source manually.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
@ -38,7 +38,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
- 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.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step4.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step4-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -27,4 +27,24 @@ docker run \
|
|||
- You can make use of `--env` or `--env-file` flag to test against various env configurables mentioned [here](https://docs.tooljet.com/docs/setup/env-vars).
|
||||
- Use `docker stop tooljet` to stop the container and `docker start tooljet` to start the container thereafter.
|
||||
|
||||
#### Dynamic Port Setup
|
||||
To run the ToolJet server on a different port, such as 8080 or any other port of your choice, use the following command:
|
||||
|
||||
```sh
|
||||
docker run \
|
||||
--name tooljet \
|
||||
--restart unless-stopped \
|
||||
-p 8080:8080 \
|
||||
-e PORT=8080 \
|
||||
--platform linux/amd64 \
|
||||
-v tooljet_data:/var/lib/postgresql/13/main \
|
||||
tooljet/try:EE-LTS-latest
|
||||
```
|
||||
|
||||
- This command will start the ToolJet server on port 8080.
|
||||
- The `-e PORT=8080` flag sets the `PORT` environment variable to 8080, allowing the ToolJet server to listen on port 8080.
|
||||
|
||||
By following these instructions, you can easily run the ToolJet server on the port of your choice, ensuring flexibility in your setup.
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
3. In the container tab, uncheck the "Use quickstart image" option to select the image source manually.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
@ -38,7 +38,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
- 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.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step4.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step4-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -27,4 +27,24 @@ docker run \
|
|||
- You can make use of `--env` or `--env-file` flag to test against various env configurables mentioned [here](https://docs.tooljet.com/docs/setup/env-vars).
|
||||
- Use `docker stop tooljet` to stop the container and `docker start tooljet` to start the container thereafter.
|
||||
|
||||
#### Dynamic Port Setup
|
||||
To run the ToolJet server on a different port, such as 8080 or any other port of your choice, use the following command:
|
||||
|
||||
```sh
|
||||
docker run \
|
||||
--name tooljet \
|
||||
--restart unless-stopped \
|
||||
-p 8080:8080 \
|
||||
-e PORT=8080 \
|
||||
--platform linux/amd64 \
|
||||
-v tooljet_data:/var/lib/postgresql/13/main \
|
||||
tooljet/try:EE-LTS-latest
|
||||
```
|
||||
|
||||
- This command will start the ToolJet server on port 8080.
|
||||
- The `-e PORT=8080` flag sets the `PORT` environment variable to 8080, allowing the ToolJet server to listen on port 8080.
|
||||
|
||||
By following these instructions, you can easily run the ToolJet server on the port of your choice, ensuring flexibility in your setup.
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
3. In the container tab, uncheck the "Use quickstart image" option to select the image source manually.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
@ -38,7 +38,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
- 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.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step4.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step4-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -27,4 +27,24 @@ docker run \
|
|||
- You can make use of `--env` or `--env-file` flag to test against various env configurables mentioned [here](https://docs.tooljet.com/docs/setup/env-vars).
|
||||
- Use `docker stop tooljet` to stop the container and `docker start tooljet` to start the container thereafter.
|
||||
|
||||
#### Dynamic Port Setup
|
||||
To run the ToolJet server on a different port, such as 8080 or any other port of your choice, use the following command:
|
||||
|
||||
```sh
|
||||
docker run \
|
||||
--name tooljet \
|
||||
--restart unless-stopped \
|
||||
-p 8080:8080 \
|
||||
-e PORT=8080 \
|
||||
--platform linux/amd64 \
|
||||
-v tooljet_data:/var/lib/postgresql/13/main \
|
||||
tooljet/try:EE-LTS-latest
|
||||
```
|
||||
|
||||
- This command will start the ToolJet server on port 8080.
|
||||
- The `-e PORT=8080` flag sets the `PORT` environment variable to 8080, allowing the ToolJet server to listen on port 8080.
|
||||
|
||||
By following these instructions, you can easily run the ToolJet server on the port of your choice, ensuring flexibility in your setup.
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
3. In the container tab, uncheck the "Use quickstart image" option to select the image source manually.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step3-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
@ -38,7 +38,7 @@ Please note that you need to set up a PostgreSQL database manually to be used by
|
|||
- 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.
|
||||
<div style={{textAlign: 'center'}}>
|
||||
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step4.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
<img className="screenshot-full" src="/img/setup/azure-container/step4-v2.png" alt="Deploying ToolJet on Azure container apps" />
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -27,4 +27,24 @@ docker run \
|
|||
- You can make use of `--env` or `--env-file` flag to test against various env configurables mentioned [here](https://docs.tooljet.com/docs/setup/env-vars).
|
||||
- Use `docker stop tooljet` to stop the container and `docker start tooljet` to start the container thereafter.
|
||||
|
||||
#### Dynamic Port Setup
|
||||
To run the ToolJet server on a different port, such as 8080 or any other port of your choice, use the following command:
|
||||
|
||||
```sh
|
||||
docker run \
|
||||
--name tooljet \
|
||||
--restart unless-stopped \
|
||||
-p 8080:8080 \
|
||||
-e PORT=8080 \
|
||||
--platform linux/amd64 \
|
||||
-v tooljet_data:/var/lib/postgresql/13/main \
|
||||
tooljet/try:EE-LTS-latest
|
||||
```
|
||||
|
||||
- This command will start the ToolJet server on port 8080.
|
||||
- The `-e PORT=8080` flag sets the `PORT` environment variable to 8080, allowing the ToolJet server to listen on port 8080.
|
||||
|
||||
By following these instructions, you can easily run the ToolJet server on the port of your choice, ensuring flexibility in your setup.
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue