From 768e27d68c4c706bf857c36005c6505806b01ada Mon Sep 17 00:00:00 2001 From: Leon Adomaitis <47161699+GunniBusch@users.noreply.github.com> Date: Sun, 23 Jun 2024 04:12:03 +0200 Subject: [PATCH] Add metadata --- templates/compose/gitlab.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/templates/compose/gitlab.yaml b/templates/compose/gitlab.yaml index c1eeddd29..d57a5647b 100644 --- a/templates/compose/gitlab.yaml +++ b/templates/compose/gitlab.yaml @@ -1,3 +1,9 @@ +# documentation: https://docs.gitlab.com/ee/install/docker.html +# slogan: GitLab: The all-in-one DevOps platform for seamless collaboration and continuous delivery. +# tags: gitlab, devops, continuousintegration, continuousdelivery, versioncontrol, collaboration, ci/cd, sourcecodemanagement, automation, codereview, agiledevelopment, projectmanagement, opensource, repositoryhosting, pipelineautomation, git, softwaredevelopment, issuetracking, teamcollaboration, deploymentautomation, securityintegration +# icon: svgs/gitlab.svg +# port: 80 + services: gitlab: image: 'gitlab/gitlab-ce:latest'