0
0
Fork 0

refs #3723 Set docker memory limit

This commit is contained in:
Juan Ferrer 2023-03-06 09:57:57 +01:00
parent 765b3e9f08
commit 0166d68476
1 changed files with 4 additions and 1 deletions

View File

@ -11,4 +11,7 @@ services:
replicas: ${FRONT_REPLICAS:?}
placement:
constraints:
- node.role == worker
- node.role == worker
resources:
limits:
memory: 1G