increase docker service memmory 512

This commit is contained in:
Evandre Silva
2022-06-03 09:33:44 +01:00
parent e64aa5a212
commit c7d59a5d41
+3 -1
View File
@@ -1,12 +1,14 @@
definitions:
services:
docker:
memory: 2048
memory: 512
pipelines:
branches:
developer:
- step:
name: 'Build Images and push to Docker hub'
caches:
- node
script:
- export BITBUCKET_COMMIT_SHORT=$(echo $BITBUCKET_COMMIT| cut -c1-7)
- export IMAGE_NAME=gabinetedigital/gdsite:$BITBUCKET_COMMIT_SHORT