refs #3723 Set docker memory limit #40

Merged
juan merged 1 commits from master into test 2023-03-06 09:03:31 +00:00
1 changed files with 4 additions and 1 deletions

View File

@ -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