Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GitLab CE
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Docker
Deployments
GitLab CE
Commits
5b5da0c5
Verified
Commit
5b5da0c5
authored
2 years ago
by
Olivier Benz
Browse files
Options
Downloads
Plain Diff
Merge branch 'develop'
parents
341b2cd2
ef6b11ab
No related branches found
No related tags found
No related merge requests found
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
README.md
+3
-3
3 additions, 3 deletions
README.md
references/gitlab.rb.template
+332
-57
332 additions, 57 deletions
references/gitlab.rb.template
references/info.yml
+1
-1
1 addition, 1 deletion
references/info.yml
sample.docker-compose.yml
+1
-1
1 addition, 1 deletion
sample.docker-compose.yml
with
337 additions
and
62 deletions
README.md
+
3
−
3
View file @
5b5da0c5
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
[
This project
](
https://gitlab.com/b-data/docker/deployments/gitlab-ce
)
serves as
[
This project
](
https://gitlab.com/b-data/docker/deployments/gitlab-ce
)
serves as
a template to run
[
gitlab-ce
](
https://hub.docker.com/r/gitlab/gitlab-ce
)
in a
a template to run
[
gitlab-ce
](
https://hub.docker.com/r/gitlab/gitlab-ce
)
in a
docker container using docker
-
compose.
docker container using docker
compose.
The docker image is a monolithic image of GitLab running all the necessary
The docker image is a monolithic image of GitLab running all the necessary
services in a single container.
services in a single container.
...
@@ -90,7 +90,7 @@ The following is required:
...
@@ -90,7 +90,7 @@ The following is required:
step 4.
step 4.
1.
Start the container in detached mode:
1.
Start the container in detached mode:
```
bash
```
bash
docker
-
compose up
-d
docker
compose up
-d
```
```
### GitLab
### GitLab
...
@@ -145,7 +145,7 @@ Add Mattermost to Applications:
...
@@ -145,7 +145,7 @@ Add Mattermost to Applications:
*
`MM_GITLAB_SECRET`
: "Secret" from GitLab
*
`MM_GITLAB_SECRET`
: "Secret" from GitLab
1.
Reconfigure GitLab:
1.
Reconfigure GitLab:
```
shell
```
shell
docker
-
compose up
-d
docker
compose up
-d
```
```
1.
Wait until GitLab container is ready again.
1.
Wait until GitLab container is ready again.
1.
Log into https://mattermost.mydomain.com using "GitLab Single Sign-On".
1.
Log into https://mattermost.mydomain.com using "GitLab Single Sign-On".
...
...
This diff is collapsed.
Click to expand it.
references/gitlab.rb.template
+
332
−
57
View file @
5b5da0c5
This diff is collapsed.
Click to expand it.
references/info.yml
+
1
−
1
View file @
5b5da0c5
sources
:
sources
:
-
file_name
:
gitlab.rb.template
-
file_name
:
gitlab.rb.template
url
:
https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/files/gitlab-config-template/gitlab.rb.template
url
:
https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/files/gitlab-config-template/gitlab.rb.template
date
:
202
1-10
-0
7
date
:
202
2-09
-0
8
This diff is collapsed.
Click to expand it.
sample.docker-compose.yml
+
1
−
1
View file @
5b5da0c5
version
:
'
3.
8
'
version
:
'
3.
9
'
services
:
services
:
gitlab
:
gitlab
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment