Commit 1ea0db47 authored by Sytse Sijbrandij's avatar Sytse Sijbrandij

Add volumes to marathon file.

parent 14b7a8b8
......@@ -9,6 +9,23 @@
"docker": {
"network": "HOST",
"image": "sytse/gitlab-ce:7.10.1"
}
},
"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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment