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

[SERVICE]: GITLAB Self Hosted #2635

Open
compgeniuses opened this issue Jun 22, 2024 · 3 comments
Open

[SERVICE]: GITLAB Self Hosted #2635

compgeniuses opened this issue Jun 22, 2024 · 3 comments

Comments

@compgeniuses
Copy link

compgeniuses commented Jun 22, 2024

Description

I would Like a Full implementation of GITLAB as a Full Featured Service Within Coolify

Should Also include corresponding runners as well.

Minimal Reproduction (if possible, example repository)

https://docs.gitlab.com/ee/install/docker.html

Exception or Error

No response

Version

4

Copy link

algora-pbc bot commented Jun 22, 2024

💎 $30 bounty • Martin Bhuong

Steps to solve:

  1. Start working: Comment /attempt #2635 with your implementation plan
  2. Submit work: Create a pull request including /claim #2635 in the PR body to claim the bounty
  3. Receive payment: 100% of the bounty is received 2-5 days post-reward. Make sure you are eligible for payouts

Thank you for contributing to coollabsio/coolify!

Add a bountyShare on socials

Attempt Started (GMT+3) Solution
🟢 @GunniBusch Jun 23, 2024, 4:50:29 AM #2638

@GunniBusch
Copy link

GunniBusch commented Jun 23, 2024

/attempt #2635

I put a rough compose file together. needs a bit of refining but I will open a pr with more details:

services:
  gitlab:
    image: 'gitlab/gitlab-ce:latest'
    container_name: gitlab
    restart: always
    hostname: '${SERVICE_URL_GITLAB}'
    environment:
      - SERVICE_FQDN_GITLAB_80
      - EXTERNAL_URL=$SERVICE_FQDN_GITLAB
      - GITLAB_HOST=$SERVICE_FQDN_GITLAB
      - GITLAB_OMNIBUS_CONFIG="external_url=${SERVICE_FQDN_GITLAB}; gitlab_rails['gitlab_shell_ssh_port'] = 2222"
    ports:
      - '2222:22'
    volumes:
      - 'gitlab-config:/etc/gitlab'
      - 'gitlab-logs:/var/log/gitlab'
      - 'gitlab-data:/var/opt/gitlab'
    shm_size: 256m

@compgeniuses
Copy link
Author

Wonderful News.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants