mirror of
https://github.com/kou029w/quot.git
synced 2025-01-18 16:08:03 +00:00
13 lines
239 B
Text
13 lines
239 B
Text
[supervisord]
|
|
nodaemon = true
|
|
user = root
|
|
|
|
[program:app]
|
|
command = npm --prefix app start
|
|
stderr_logfile = /dev/stderr
|
|
stderr_logfile_maxbytes = 0
|
|
|
|
[program:api]
|
|
command = postgrest
|
|
stderr_logfile = /dev/stderr
|
|
stderr_logfile_maxbytes = 0
|