diff --git a/open5gs-webui.conf b/open5gs-webui.conf new file mode 100644 index 0000000..4aa77aa --- /dev/null +++ b/open5gs-webui.conf @@ -0,0 +1,8 @@ +[program:open5gs-webui] +directory=/opt/open5gs/webui +command=/bin/bash -c "HOSTNAME=127.0.0.1 PORT=9999 npm run dev" +autostart=true +autorestart=true +environment=PATH="/usr/bin:/bin:/usr/local/bin",NODE_ENV="development" +stderr_logfile=/var/log/supervisor/open5gs-webui.err.log +stdout_logfile=/var/log/supervisor/open5gs-webui.out.log