sameersbn/docker-gitlab

Dockerized GitLab

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 19 minutes ago
Added to GitGenius on September 8th, 2026
Created on October 6th, 2013
Open Issues & Pull Requests: 576 (+0)
GitHub issues: Enabled
Number of forks: 2,133
Total Stargazers: 8,108 (+0)
Total Subscribers: 278 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 34.6 hours
Mean response time: 56.0 days
90th percentile: 149.4 days
Tracked items: 83

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 9% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 44
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 917 days
Stale 30+ days: 42
Stale 90+ days: 39

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • wontfix (6)

Detailed Description

docker-gitlab is a Docker image that packages GitLab CE for containerized deployment.

The project solves the problem of running GitLab in containerized environments by building a Docker image that installs GitLab CE from source according to the official GitLab documentation. It handles the complexity of configuring GitLab's dependencies and services within a container, allowing developers to deploy a complete code hosting platform without managing the underlying installation process manually.

Teams should adopt this tool if they want to run GitLab in Docker-based infrastructure. It suits projects that need a self-hosted Git repository platform with integrated CI/CD, issue tracking, and code review capabilities. The image supports both internal and external PostgreSQL databases, internal and external Redis servers, SSL/TLS configuration with self-signed or trusted certificates, and multiple authentication methods including OmniAuth providers such as Google, GitHub, GitLab, SAML, Microsoft Azure, and OpenID Connect. Additional features include GitLab Pages hosting, container registry support, backup and restore functionality with AWS and Google Cloud Storage integration, and deployment patterns for Docker Swarm with Traefik proxy.

The project maintains active engagement with its user base through documented issue tracking and announcements. Development activity shows consistent attention to configuration flexibility, with extensive documentation covering database setup, mail configuration, SSL certificate management, and authentication integration. The codebase includes tooling for operational tasks such as backup automation, health checks, and rake task execution, indicating focus on production readiness and maintainability.