AppFlowy/frontend/appflowy_web_app/supervisord.conf

10 lines
172 B
Plaintext
Raw Normal View History

2024-06-30 07:45:01 +00:00
[supervisord]
nodaemon=true
2024-06-30 07:47:30 +00:00
[program:bun]
2024-06-30 07:45:01 +00:00
command=sh /app/start.sh
autostart=true
autorestart=true
2024-06-30 07:52:13 +00:00
stderr_logfile=/var/log/bun.err.log
stdout_logfile=/var/log/bun.out.log