From 9762049aa68f73fefb4afed3391a339a9502f451 Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Wed, 25 Oct 2017 18:39:56 +0200 Subject: [PATCH] feat(templates): add gitlab-ce template (#75) --- templates.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/templates.json b/templates.json index e2c6d6d..ba636a2 100644 --- a/templates.json +++ b/templates.json @@ -158,6 +158,25 @@ ], "volumes": ["/usr/share/elasticsearch/data"] }, + { + "title": "Gitlab CE", + "description": "Open-source end-to-end software development platform", + "note": "Check the Gitlab documentation 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",