refs #3723 Set docker memory limit #40
|
@ -11,4 +11,7 @@ services:
|
||||||
replicas: ${FRONT_REPLICAS:?}
|
replicas: ${FRONT_REPLICAS:?}
|
||||||
placement:
|
placement:
|
||||||
constraints:
|
constraints:
|
||||||
- node.role == worker
|
- node.role == worker
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
memory: 1G
|
||||||
|
|
Loading…
Reference in New Issue