forked from verdnatura/salix-front
refs #3723 Set docker memory limit
This commit is contained in:
parent
765b3e9f08
commit
0166d68476
|
@ -11,4 +11,7 @@ services:
|
|||
replicas: ${FRONT_REPLICAS:?}
|
||||
placement:
|
||||
constraints:
|
||||
- node.role == worker
|
||||
- node.role == worker
|
||||
resources:
|
||||
limits:
|
||||
memory: 1G
|
||||
|
|
Loading…
Reference in New Issue