We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74ea0f1 commit 418ca2aCopy full SHA for 418ca2a
deploy/next/stack.yml
@@ -27,6 +27,10 @@ services:
27
restart_policy:
28
condition: any
29
delay: 30s
30
+ resources:
31
+ limits:
32
+ cpus: "1"
33
+ memory: 150M
34
ports:
35
- 7006:80
36
networks:
deploy/stable/stack.yml
delay: 5s
+ cpus: "2"
+ memory: 250M
- 7007:80
0 commit comments