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
path: root/docker
diff options
context:
space:
mode:
Diffstat (limited to 'docker')
-rw-r--r--docker/marathon.json19
1 files changed, 18 insertions, 1 deletions
diff --git a/docker/marathon.json b/docker/marathon.json
index 473417510ed..9b2091a8c22 100644
--- a/docker/marathon.json
+++ b/docker/marathon.json
@@ -9,6 +9,23 @@
"docker": {
"network": "HOST",
"image": "gitlab/gitlab-ce:latest"
- }
+ },
+ "volumes": [
+ {
+ "containerPath": "/etc/gitlab",
+ "hostPath": "/var/data/etc/gitlab",
+ "mode": "RW"
+ },
+ {
+ "containerPath": "/var/opt/gitlab",
+ "hostPath": "/var/data/opt/gitlab",
+ "mode": "RW"
+ },
+ {
+ "containerPath": "/var/log/gitlab",
+ "hostPath": "/var/data/log/gitlab",
+ "mode": "RW"
+ }
+ ]
}
} \ No newline at end of file