1
0
Fork 0
mirror of https://github.com/kou029w/quot.git synced 2025-01-19 08:28:09 +00:00
quot/supervisord.conf

14 lines
239 B
Text
Raw Normal View History

2022-08-28 22:00:21 +09:00
[supervisord]
nodaemon = true
user = root
[program:app]
command = npm --prefix app start
2022-09-07 05:51:57 +09:00
stderr_logfile = /dev/stderr
stderr_logfile_maxbytes = 0
2022-08-28 22:00:21 +09:00
[program:api]
command = postgrest
2022-09-07 05:51:57 +09:00
stderr_logfile = /dev/stderr
stderr_logfile_maxbytes = 0