blob: 473417510ed7c9ff9821731216d49573a98b86d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"id": "/gitlab",
"ports": [0,0],
"cpus": 2,
"mem": 2048.0,
"disk": 10240.0,
"container": {
"type": "DOCKER",
"docker": {
"network": "HOST",
"image": "gitlab/gitlab-ce:latest"
}
}
}
|