Skip to content

Commit

Permalink
Update category and PUID/PGID
Browse files Browse the repository at this point in the history
  • Loading branch information
hugofnm committed Jul 31, 2024
1 parent a5eb7cd commit eac1d7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions gitlab/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
version: "3.7"

services:

gitlab:
image: zengxs/gitlab:17.2.1-ce.0@sha256:ac08a4dd997b6cd5d00d56c0027629de56ac80d9d30f9c4f75a73da73f5ff1b4
container_name: gitlab
Expand All @@ -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}'
Expand Down
2 changes: 1 addition & 1 deletion gitlab/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ manifestVersion: 1
id: gitlab
name: GitLab
tagline: Software. Faster.
category: development
category: developer
version: "17.2.1"
port: 8929
description: >-
Expand Down

0 comments on commit eac1d7a

Please sign in to comment.