feat(templates): add gitlab-ce template (#75)

This commit is contained in:
Anthony Lapenna
2017-10-25 18:39:56 +02:00
committed by GitHub
parent b229351bed
commit 9762049aa6

View File

@@ -158,6 +158,25 @@
],
"volumes": ["/usr/share/elasticsearch/data"]
},
{
"title": "Gitlab CE",
"description": "Open-source end-to-end software development platform",
"note": "Check the <a href=\"https://docs.gitlab.com/omnibus/docker/README.html#after-starting-a-container\" target=\"_blank\">Gitlab documentation</a> to get started.",
"categories": ["development", "project-management"],
"platform": "linux",
"logo": "https://cloudinovasi.id/assets/img/logos/gitlab_ce.png",
"image": "gitlab/gitlab-ce:latest",
"ports": [
"80/tcp",
"443/tcp",
"22/tcp"
],
"volumes": [
{ "container": "/etc/gitlab" },
{ "container": "/var/log/gitlab" },
{ "container": "/var/opt/gitlab" }
]
},
{
"title": "Minio",
"description": "A distributed object storage server built for cloud applications and devops",