Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2015-06-29 18:56:34 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2015-07-06 17:42:52 +0300
commit954c1df256ac867635b31e82a032704e963a10ee (patch)
tree40bc344b6cec78f46d2823c25717a6810e2d9a7e /docker/marathon.json
parent2b5007245adfd31e31fd2917902494853ecbc931 (diff)
Update Docker documentation to use single container
Diffstat (limited to 'docker/marathon.json')
-rw-r--r--docker/marathon.json14
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