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