0
0
Fork 0

Merge pull request 'refs #3723 Set docker memory limit' (!40) from master into test

Reviewed-on: verdnatura/salix-front#40
This commit is contained in:
Juan Ferrer 2023-03-06 09:03:31 +00:00
commit 234ae4dab9
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