diff --git a/gitlab/docker-compose.yml b/gitlab/docker-compose.yml index abc9784860..21e61155cf 100644 --- a/gitlab/docker-compose.yml +++ b/gitlab/docker-compose.yml @@ -1,6 +1,7 @@ version: "3.7" services: + gitlab: image: zengxs/gitlab:17.2.1-ce.0@sha256:ac08a4dd997b6cd5d00d56c0027629de56ac80d9d30f9c4f75a73da73f5ff1b4 container_name: gitlab @@ -11,6 +12,8 @@ services: soft: 4096 hard: 8192 environment: + PUID: 1000 + PGID: 1000 GITLAB_OMNIBUS_CONFIG: | # Add any other gitlab.rb configuration here, each on its own line gitlab_rails['initial_root_password'] = '${APP_PASSWORD}' diff --git a/gitlab/umbrel-app.yml b/gitlab/umbrel-app.yml index cb077948ed..81374b83a2 100644 --- a/gitlab/umbrel-app.yml +++ b/gitlab/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: gitlab name: GitLab tagline: Software. Faster. -category: development +category: developer version: "17.2.1" port: 8929 description: >-