Commit graph

19 commits

Author SHA1 Message Date
Adish M
215f04be8b
Fix: Docker-compose file changes to reduce vulnerability with postgres service (#6915)
* Fix: Docker-compose file

* Corresponding env values added

* removing default port

* removed port from env

* adding comment in the .env file

* changes compose with separate .env files

* changes in the external.env.example file

* adding key.sh file

* updating keys.sh and .env.internal.example

* adding interactive bash for external set-up

* enabling tooljet_database as default

* out message correction

* output message corrections

* adding PG_PORT

* correction in internal.sh file
2023-08-03 15:40:11 +05:30
Adish M
06d3d85e88
Updating .env file (#6872) 2023-07-03 13:12:02 +05:30
Akshay
ec5300ceec
Chore: Docker compose docs revision (#5078)
* update docker-compose deploy docs for v2

* update doc tabs
2022-12-30 16:31:38 +05:30
Akshay
9c62b2d317
Feature: Make tooljetdb optional (#5062)
* make tooljetdb optional

* restrict routes when tooljetdb is disabled

* validate dbname before creating database

* fix comment

* format
2022-12-27 16:18:36 +05:30
Akshay
9b2787cc76
Chore: Render preview with supervisord (#5048)
* run postgrest and tooljet with supervisord for preview apps

* update render.yaml for pgrest values

* update env vars

* revise db name
2022-12-26 13:45:21 +05:30
Akshay
0d482f8161
Revise docker setup (#3954)
* fixes separate client build

* update docs

* add SERVE_CLIENT flag for dev docker step for uniformity

* Doc changes

* Doc changes

* Doc changes

* update readme

* add separate docker compose setups

* Doc changes

* rename compose files

* remove unused dependency

* rename service name to server for uniformity

Co-authored-by: Navaneeth Pk <navaneeth@tooljet.io>
2022-09-05 21:06:11 +05:30
Akshay
d3f1678db4
Chore: Docs to set custom nginx config on docker deploy (#3743)
* update nginx config

* add docs and comment for custom nginx config for docker setup

* fix doc

* made suggested changes

Co-authored-by: Shubhendra <withshubh@gmail.com>
2022-08-12 07:59:53 +05:30
Midhun G S
b710d7b02e
SSO for GitHub Enterprise self hosted (#3352)
* SSO for GitHub Enterprise self hosted

* changes

* test cases

* fixes

* label fix

* fixes

* readme changes
2022-07-29 17:03:42 +05:30
Akshay
56a6d6204e
Chore: Play with docker setup (#3291)
* add compose file for play with docker setup

* update readme for pwd deploy

* add deployment platform on compose file

* update readme

* fix pwd link

* remove volume usage

* update docs with try with tooljet page

* update try tooljet doc
2022-06-29 15:22:02 +05:30
Akshay
bd56792d58
Add deployment platform for telemetry (#3126)
* add deployment platform telemetry

* make use of config service
2022-05-26 07:11:56 +05:30
Gandharv
1716213247
Chore: add option to enable/disable multiplayer feature (#2984)
* chore: add env to enable/disable multiplayer feature

* fix merge conflict

* rename env

* add default true

* add null check on ymap
2022-05-06 12:29:50 +05:30
Shubhendra Singh Chauhan
eb2b2759b8
[docs] renamed deployment directory to Setup (#2847) 2022-04-19 08:34:54 +05:30
Mithun Kinarullathil
9674d49625
[docs] Update wrong file extension used in mv command (#2583)
* [docs] Update wrong file extension used in mv command

* Rename docker-compose extension to fit README
2022-03-22 12:02:57 +05:30
Akshay
f170cf3498
Revise docker-compose docs (#2387) 2022-03-04 08:00:47 +05:30
Akshay
cf704e5014
Adds comments for posgres on prod docker-compose setup (#2223) 2022-02-15 10:06:22 +05:30
Akshay
c128d94b1d
Dev and deploy setup revision (#604)
* revise dockerfiles

* make nginx to proxy requests when static files are absent
2021-08-26 20:34:30 +05:30
Sherfin Shamsudeen
1f0ff9ecf8
Add functionality to decide whether front-end should be served from server (#547)
* Add functionality to decide whether front-end should be served from server

This commit makes the server allow flag `--serve-frontend`, providing
which, will make the server serve the front-end at route '/'. Otherwise
it won't serve the front-end.

* Use env variable to enable serving client from a server end-point

* Add documentation for SERVE_CLIENT env var
2021-08-20 09:25:34 +05:30
navaneeth
586209f2bf Update production docker-compose for nest 2021-08-04 20:59:32 +05:30
Ashish
2c59616b70
Feature: docker-compose deployment (#388)
* separate dockerfile for tooljet client in development mode

* production dockerfile for tooljet client

* reference the tooljet clients dev dockerfile in the docker-compose file

* use a fallback url for API_URL in cases where TOOLJET_SERVER_URL is not defined

* nginx config file for the front-end

* docker-compose file for production deploys

* dont run postgres inside docker-compose

* use an entrypoint script for setting the server host for nginx

* separate volume for fallback certs

* add docs for docker-compose deployment

* add required database keys in the .env.example file

* address review comments
2021-07-12 14:45:42 +05:30