mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-24 23:17:38 +00:00
21 lines
426 B
Text
21 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
|