Compare commits
8 Commits
runner
...
0.2.1+18.2
| Author | SHA1 | Date | |
|---|---|---|---|
| ec06738768 | |||
| 7d902ef71d | |||
| bc66403532 | |||
| 81afcc2d47 | |||
| a8a94ca4d2 | |||
| 7c8ac5a72a | |||
| 454f23dfa3 | |||
| 177679f02c |
@ -3,7 +3,7 @@ version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
image: 'gitlab/gitlab-ce:17.7.3-ce.0'
|
||||
image: 'gitlab/gitlab-ce:18.2.4-ce.0'
|
||||
networks:
|
||||
- proxy
|
||||
- internal
|
||||
@ -34,7 +34,7 @@ services:
|
||||
- "backupbot.backup=true"
|
||||
- "backupbot.backup.path=/etc/gitlab/,/var/log/gitlab/,/var/opt/gitlab/"
|
||||
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-240}"
|
||||
- "coop-cloud.${STACK_NAME}.version=0.1.2+17.7.3-ce.0"
|
||||
- "coop-cloud.${STACK_NAME}.version=0.2.1+18.2.4-ce.0"
|
||||
secrets:
|
||||
- initial_root_password
|
||||
- runner_token
|
||||
|
||||
@ -6,4 +6,4 @@ echo "Copying custom Gitlab config to /etc/gitlab/"
|
||||
cp /gitlab.rb /etc/gitlab/gitlab.rb
|
||||
|
||||
echo "Entrypoint finished, launching Gitlab"
|
||||
exec "/assets/wrapper"
|
||||
exec "/assets/init-container"
|
||||
|
||||
@ -678,7 +678,7 @@ gitlab_rails['omniauth_providers'] = [
|
||||
# high_availability['mountpoint'] = ["/var/opt/gitlab/git-data", "/var/opt/gitlab/gitlab-rails/shared"]
|
||||
|
||||
### GitLab Shell settings for GitLab
|
||||
# gitlab_rails['gitlab_shell_ssh_port'] = 22
|
||||
gitlab_rails['gitlab_shell_ssh_port'] = {{ env "GITLAB_SSH_PORT" }}
|
||||
# gitlab_rails['gitlab_shell_git_timeout'] = 800
|
||||
|
||||
### Enable gitlab-sshd on a different port than OpenSSH
|
||||
|
||||
1
release/0.1.3+17.7.3-ce.0
Normal file
1
release/0.1.3+17.7.3-ce.0
Normal file
@ -0,0 +1 @@
|
||||
Fixes bug where GITLAB_SSH_PORT was not set in the Gitlab config
|
||||
1
release/0.2.0+18.2.4-ce.0
Normal file
1
release/0.2.0+18.2.4-ce.0
Normal file
@ -0,0 +1 @@
|
||||
Starting with 18.0, GitLab will collect event-level product usage data from Self-Managed and Dedicated instances — while ensuring privacy, transparency, and customer control. GitLab administrators can turn off the data collection toggle before any data is collected in version 18.0. For more information about this change and how you can opt out, see the documentation: https://docs.gitlab.com/17.11/administration/settings/event_data/
|
||||
Reference in New Issue
Block a user