We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d19689 commit d01330cCopy full SHA for d01330c
docker/supervisord.conf
@@ -16,9 +16,11 @@ priority=100
16
command=pnpm start --port=3000
17
directory=/app/mcp-server
18
autostart=true
19
-autorestart=true
20
-stderr_logfile=/var/log/supervisor/mcp-server.err.log
21
-stdout_logfile=/var/log/supervisor/mcp-server.out.log
+autorestart=false
+stderr_logfile=/dev/stderr
+stderr_logfile_maxbytes=0
22
+stdout_logfile=/dev/stdout
23
+stdout_logfile_maxbytes=0
24
priority=200
25
environment=NODE_ENV=production,NODE_PATH=/app
26
0 commit comments