summaryrefslogtreecommitdiff
path: root/docker/single/marathon.json
diff options
context:
space:
mode:
authorSytse Sijbrandij <sytse@gitlab.com>2015-05-06 15:32:29 +0200
committerSytse Sijbrandij <sytse@gitlab.com>2015-05-06 15:32:29 +0200
commite8edd20bfd4f27a3dc644a86b667e1d2900b729e (patch)
tree9f59b87d6572785f34913ffee23994f4645d5ca6 /docker/single/marathon.json
parent7af59c54fc1fcf9d19927e76be49318689684f8b (diff)
downloadgitlab-ce-e8edd20bfd4f27a3dc644a86b667e1d2900b729e.tar.gz
Made a single docker file.
Diffstat (limited to 'docker/single/marathon.json')
-rw-r--r--docker/single/marathon.json31
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