mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
gitlab: upgrade to CE v.7.6.0
This commit is contained in:
parent
ed7bb29589
commit
3e67231e33
@ -3,6 +3,7 @@
|
||||
**latest**
|
||||
- add support for configuring piwik
|
||||
- gitlab-shell: upgrade to v.2.4.0
|
||||
- gitlab: upgrade to CE v.7.6.0
|
||||
|
||||
**7.5.3**
|
||||
- accept `BACKUP` parameter while running the restore rake task, closes #220
|
||||
|
||||
@ -35,7 +35,7 @@ production: &base
|
||||
|
||||
## Date & Time settings
|
||||
# Uncomment and customize if you want to change the default time zone of GitLab application.
|
||||
# To see all available zones, run `bundle exec rake time:zones:all`
|
||||
# To see all available zones, run `bundle exec rake time:zones:all RAILS_ENV=production`
|
||||
time_zone: "{{GITLAB_TIMEZONE}}"
|
||||
|
||||
## Email settings
|
||||
|
||||
@ -15,6 +15,7 @@ ENV['RAILS_RELATIVE_URL_ROOT'] = "{{GITLAB_RELATIVE_URL_ROOT}}"
|
||||
|
||||
# Use at least one worker per core if you're on a dedicated server,
|
||||
# more will usually help for _short_ waits on databases/caches.
|
||||
# The minimum is 2
|
||||
worker_processes {{UNICORN_WORKERS}}
|
||||
|
||||
# Since Unicorn is never exposed to outside clients, it does not need to
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
GITLAB_VERSION=7.5.3
|
||||
GITLAB_VERSION=7.6.0
|
||||
GITLAB_SHELL_VERSION=2.4.0
|
||||
|
||||
GITLAB_HOME="/home/git"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user