blob: d23c2b84e0e8e07c61a03084a849a9b1950d75db (
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": "sytse/gitlab-ce:7.10.1"
}
}
}
|