-
打算部署 comment-service 發現 build 出來的 docker image 竟然 1G 以上 ,需要縮減 image size
* 添加 .dockerignoe
* 慎選 image base ex: node:14-alpine
---
npm install --production 實測會因為沒有裝到 nest 沒辦法 `npm run build` 可能要…
-
Hi !'m trying to dockerized vendure to deploy it on production. Cloned this repo as an example and then tried `docker compose up`.
Then i can see this error:
```
izayda@MacBook-Pro-Artem vendur…
-
### С чем связан запрос на фичу?
Обновление зависимостей в модуле `gateway`
### Расскажите как вы это себе видите
Обновить и зафиксировать версии пакета `@atls/nestjs-gateway` до максимально …
-
**Is your feature request related to a problem? Please describe.**
I guess it would be about to add some decorators for @key, @extend etc, to be able to declare federation schema services.
**Descr…
-
I'm trying to deploy my typescript project with pm2, but the argument seems not working correctly.
Here is ecosystem.config.yml:
```
apps:
- name: 'node-app'
script: './src/main.ts'
…
-
### Current Behavior
After upgrading to nx 17.1.2 we can no longer deploy our project to AWS lambda or google firebase functions.
When uploading to firebase functions the firebase cli can't seem…
-
### Description
I have a node app running on a machine with 512mb of memory and 256vCPU on AWS, and I have a cron job (actually using Nestjs which in turn uses this package) that runs every second us…
-
### Area of Improvement
A lot of new users are unsure how to get their services, orms, api clients, etc, into their procedures. There are only 2-3 vanilla tRPC options available and they're quite s…
-
On the latest master Nginx isn't starting on windows
-
我的需要让Electron客户端和chrome中的网页进行通讯,想要采用websocket的方式,于是我根据nestjs官网的流程操作
https://docs.nestjs.com/websockets/gateways
本地可以看到我启动的端口 但是只有0.0.0.0段的
![image](https://github.com/user-attachments/assets/311c…