GitLab GitLab

Low-RAM GitLab in Docker behind NGINX proxy

update

Update 2024-05-20

GitLab 17.0.0 comes with a breaking change within the sidekiq component: the concurrency property has been changed to concurrency. This post has been updated accordingly. For more information, see their deprecation warning and the updated documentation.

GitLab, a comprehensive code management platform, extends Git functionalities with features like issue management, pull requests, teams, workflows, and more, akin to GitHub. Unlike GitHub, GitLab also offers its open source version that can be self-hosted. In this post, we will explore how to run a customized GitLab instance inside a Docker container.