summaryrefslogtreecommitdiff
path: root/docker/single/marathon.json
blob: 2c15315e7aac03024cd62dd074c76aeae00b7c6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
  "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": "/var/opt/gitlab",
        "hostPath": "/var/opt/gitlab",
        "mode": "RW"
      }
    ]
  }
}