Add volumes to marathon file.
This commit is contained in:
parent
14b7a8b886
commit
1ea0db475f
1 changed files with 18 additions and 1 deletions
|
@ -9,6 +9,23 @@
|
||||||
"docker": {
|
"docker": {
|
||||||
"network": "HOST",
|
"network": "HOST",
|
||||||
"image": "sytse/gitlab-ce:7.10.1"
|
"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"
|
||||||
}
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue