-
### What version of Bun is running?
1.0.0+822a00c4d508b54f650933a73ca5f4a3af9a7983
### What platform is your computer?
Linux 5.15.49-linuxkit aarch64 unknown
### What steps can reproduce the bug?
…
-
I spawned the redis and site nodes using the compose file successfully. However, when I check on the status of the containers, only redis is alive. So when I check the runtime logs of the site node,…
-
```bash
➜ demo-app git:(main) ✗ pm2 startup
[PM2] Init System found: systemd
[PM2] To setup the Startup Script, copy/paste the following command:
sudo env PATH=$PATH:/home/ubuntu/.volta/tools/ima…
-
I am trying to run NextJS in Docker with pm2 and get the below error. anybody have any luck running this in cluster mode?
My Docker command looks like this : CMD [ "pm2-runtime" ,"start","pm2.json"…
-
### 이슈 내용
배포를 진행합니다.
- [x] 컨트랙트 배포
- [x] nginx 설정
- [x] node & dockerizing & cd
- [x] next build & ~pm2 running~ & dockerizing & cd
### 작업 대상 모듈
(작업 대상 모듈만 남기고 지워주시면 됩니다.)
`backend`
`fron…
-
## What's going wrong?
Hello,
Please find my problem here. Thanks for your time.
Log configuration is not correct in cluster mode (in docker)
In cluster mode, logs are going to PM2 logs fil…
pli01 updated
4 years ago
-
## What's going wrong?
I wanted to use pm2 in docker for nuxt js project and I had problem when I used the pm2-runtime command it produces errors after a lot of testing I found that pm2-runtime doesn…
-
# 详细描述:pm2 monit 日志中文乱码,但是pm2 logs不会乱码,因为是在docker容器下,无法通过修改系统设置解决
环境:docker 容器 node:16.15.1
pm2 版本:5.2.2
-
Wanted to start a discussion to see if anyone has ideas on how to improve the reliability of the RPC server.
The recent issues with batch requests caused the behavior where the RPC server stops res…
-
Given this docker image:
```
ARG NODE_VERSION
ARG BUILDER
FROM ${BUILDER} as build
WORKDIR /usr/src/build
RUN yarn workspace website build
RUN yarn workspaces focus website --produ…