Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Gitlab #32

Merged
merged 3 commits into from
Jan 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions compose-files/gitlab/gitlab.env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

20 changes: 20 additions & 0 deletions compose-files/gitlab/gitlab.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
services:
gitlab:
image: gitlab/gitlab-ce:latest
container_name: gitlab
restart: always
hostname: 'gitlab.example.com'
environment:
GITLAB_OMNIBUS_CONFIG: |
external_url 'http://gitlab.example.com:8929'
gitlab_rails['gitlab_shell_ssh_port'] = 2424
gitlab_rails['initial_root_password'] = 'SET ROOT PASSWORD'
ports:
- '8929:8929' #HTTP
- '443:443' #HTTPS
- '2424:22' #SSH ?
volumes:
- CHANGE_TO_COMPOSE_DATA_PATH/gitlab/config:/etc/gitlab
- CHANGE_TO_COMPOSE_DATA_PATH/gitlab/logs:/var/log/gitlab
- CHANGE_TO_COMPOSE_DATA_PATH/gitlab/data:/var/opt/gitlab
shm_size: '256m'
1 change: 1 addition & 0 deletions compose-files/gitlab/readme
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
GitLab is the most comprehensive AI-powered DevSecOps Platform