mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 21:47:17 +00:00
* run postgrest and tooljet with supervisord for preview apps * update render.yaml for pgrest values * update env vars * revise db name
20 lines
426 B
Text
20 lines
426 B
Text
[supervisord]
|
|
nodaemon=true
|
|
|
|
[program:postgrest]
|
|
command=/bin/postgrest
|
|
autostart=true
|
|
autorestart=true
|
|
stderr_logfile=/dev/stdout
|
|
stderr_logfile_maxbytes = 0
|
|
stdout_logfile=/dev/stdout
|
|
stdout_logfile_maxbytes = 0
|
|
|
|
[program:tooljet]
|
|
command=/bin/bash -c "/app/server/scripts/boot.sh"
|
|
autostart=true
|
|
autorestart=true
|
|
stderr_logfile=/dev/stdout
|
|
stderr_logfile_maxbytes = 0
|
|
stdout_logfile=/dev/stdout
|
|
stdout_logfile_maxbytes = 0
|