mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
Merged in DCD-590-increase-docker-memory (pull request #16)
DCD-590 increase docker memory Approved-by: Ben Partridge
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -5,3 +5,4 @@ __pycache__
|
|||||||
*.pyc
|
*.pyc
|
||||||
/.venv
|
/.venv
|
||||||
\#*\#
|
\#*\#
|
||||||
|
.idea
|
||||||
@@ -2,6 +2,11 @@
|
|||||||
|
|
||||||
image: atlassian/default-image:2
|
image: atlassian/default-image:2
|
||||||
|
|
||||||
|
definitions:
|
||||||
|
services:
|
||||||
|
docker:
|
||||||
|
memory: 3072
|
||||||
|
|
||||||
pipelines:
|
pipelines:
|
||||||
default:
|
default:
|
||||||
- step:
|
- step:
|
||||||
|
|||||||
Reference in New Issue
Block a user