Skip to content

Commit

Permalink
Update template lists
Browse files Browse the repository at this point in the history
  • Loading branch information
Guekka authored and github-actions[bot] committed Jan 19, 2024
1 parent a671459 commit 89baf28
Showing 1 changed file with 29 additions and 29 deletions.
58 changes: 29 additions & 29 deletions merged-with-duplicates.json
Original file line number Diff line number Diff line change
Expand Up @@ -12755,6 +12755,35 @@
],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "GitLab CE",
"description": "Open-source end-to-end software development platform",
"note": "<a href='https://raw.githubusercontent.com/portainer/templates/master/templates-2.0.json' target='_blank'>Source</a>\nDefault username is <b>root</b>. Check the <a href=\"https://docs.gitlab.com/ee/install/docker.html\" target=\"_blank\">Gitlab documentation</a> to get started.",
"categories": [
"development",
"project-management"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/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"
}
]
},
{
"categories": [
"Tools",
Expand Down Expand Up @@ -12941,35 +12970,6 @@
}
]
},
{
"type": 1,
"title": "Gitlab CE",
"description": "Open-source end-to-end software development platform",
"note": "<a href='https://raw.githubusercontent.com/portainer/templates/master/templates-2.0.json' target='_blank'>Source</a>\nDefault username is <b>root</b>. 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://portainer-io-assets.sfo2.digitaloceanspaces.com/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"
}
]
},
{
"type": 1,
"title": "Gitqlient",
Expand Down

0 comments on commit 89baf28

Please sign in to comment.