{"id":15055479,"url":"https://github.com/an0n1mity/gitlab-stack-docker-compose","last_synced_at":"2026-02-11T05:02:18.390Z","repository":{"id":233133675,"uuid":"786112940","full_name":"An0n1mity/gitlab-stack-docker-compose","owner":"An0n1mity","description":"Docker-based setup for GitLab and GitLab Runner.","archived":false,"fork":false,"pushed_at":"2024-05-04T15:49:44.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-20T22:47:01.167Z","etag":null,"topics":["docker","docker-compose","gitlab","gitlab-ci","gitlab-runner"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/An0n1mity.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-13T13:22:16.000Z","updated_at":"2024-05-04T15:49:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"48d8ac19-9370-4518-8e17-3f8cf7584717","html_url":"https://github.com/An0n1mity/gitlab-stack-docker-compose","commit_stats":null,"previous_names":["an0n1mity/gitlab-stack-docker-compose"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/An0n1mity/gitlab-stack-docker-compose","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/An0n1mity%2Fgitlab-stack-docker-compose","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/An0n1mity%2Fgitlab-stack-docker-compose/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/An0n1mity%2Fgitlab-stack-docker-compose/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/An0n1mity%2Fgitlab-stack-docker-compose/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/An0n1mity","download_url":"https://codeload.github.com/An0n1mity/gitlab-stack-docker-compose/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/An0n1mity%2Fgitlab-stack-docker-compose/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29327095,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T03:52:29.695Z","status":"ssl_error","status_checked_at":"2026-02-11T03:52:23.094Z","response_time":97,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","docker-compose","gitlab","gitlab-ci","gitlab-runner"],"created_at":"2024-09-24T21:42:40.108Z","updated_at":"2026-02-11T05:02:18.374Z","avatar_url":"https://github.com/An0n1mity.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitLab Stack Setup\n\nThis repository provides a Docker-based setup for GitLab and GitLab Runner using docker-compose.\n\n\n### Services\n\n- **GitLab**: \n  - Image: `gitlab/gitlab-ce:latest`\n  - Container Name: `gitlab`\n  - Hostname: `gitlab.example.com`\n  - Ports:\n    - `80:80`\n    - `443:443`\n    - `2222:22`\n  - Volumes:\n    - `/srv/config:/etc/gitlab`\n    - `/srv/logs:/var/log/gitlab`\n    - `/srv/data:/var/opt/gitlab`\n  - Shared Memory Size: `256m`\n  - Networks: `gitlab-network`\n\n- **GitLab Runner**: \n  - Image: `gitlab/gitlab-runner:latest`\n  - Container Name: `gitlab-runner`\n  - Depends On: `gitlab`\n  - Volumes:\n    - `/var/run/docker.sock:/var/run/docker.sock`\n    - `/srv/gitlab-runner/config:/etc/gitlab-runner`\n  - Networks: `gitlab-network`\n\n### Gitlab setup Script\n\nThe gitlab-setup script automates the deployment and configuration of the GitLab stack. It supports two modes of operation: `setup` and `register`.\n\n#### Setup\n\n```bash\n./gitlab-setup.sh setup\n```\n\n- Initializes required directories.\n- Starts the GitLab stack.\n- Sets up SSL certificates.\n- Reconfigures GitLab.\n- Sets up GitLab Runner.\n\n#### Register\n\n```bash\n./gitlab-setup.sh register\n```\n\n- Registers the GitLab Runner.\n\n## Notes\n\n- Ensure Docker and Docker Compose are installed.\n- Modify configurations as needed in **docker-compose.yml**.\n- SSL certificates are generated for **gitlab.example.com**.\n- Runner registration requires manual configuration if using different domain or certificates.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fan0n1mity%2Fgitlab-stack-docker-compose","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fan0n1mity%2Fgitlab-stack-docker-compose","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fan0n1mity%2Fgitlab-stack-docker-compose/lists"}