Skip to content

Commit bb11eb8

Browse files
committed
增加Docker Compose配置中的ulimits设置,以提高文件描述符限制
1 parent ce77ee0 commit bb11eb8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

templates/docker-compose-production.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ services:
44
command: npx prisma migrate deploy
55
api:
66
image: {{projectName}}:production
7+
ulimits:
8+
nofile:
9+
soft: 65535
10+
hard: 65535
711
ports:
812
- 3000:3000
913
cron:

0 commit comments

Comments
 (0)