We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce77ee0 commit bb11eb8Copy full SHA for bb11eb8
1 file changed
templates/docker-compose-production.yml
@@ -4,6 +4,10 @@ services:
4
command: npx prisma migrate deploy
5
api:
6
image: {{projectName}}:production
7
+ ulimits:
8
+ nofile:
9
+ soft: 65535
10
+ hard: 65535
11
ports:
12
- 3000:3000
13
cron:
0 commit comments