diff options
Diffstat (limited to 'docker/marathon.json')
-rw-r--r-- | docker/marathon.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docker/marathon.json b/docker/marathon.json new file mode 100644 index 00000000000..d23c2b84e0e --- /dev/null +++ b/docker/marathon.json @@ -0,0 +1,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" + } + } +}
\ No newline at end of file |