gitlab-org--gitlab-foss/docker/single/marathon.json

31 lines
597 B
JSON
Raw Normal View History

2015-05-06 13:32:29 +00:00
{
"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"
},
"volumes": [
{
"containerPath": "/var/opt/gitlab",
"hostPath": "/var/opt/gitlab",
"mode": "RW"
},
{
"containerPath": "/var/log/gitlab",
"hostPath": "/var/log/gitlab",
"mode": "RW"
},
{
"containerPath": "/etc/gitlab",
"hostPath": "/etc/gitlab",
2015-05-06 13:32:29 +00:00
"mode": "RW"
}
]
}
}