mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-25 14:08:09 +00:00
Merge branch 'gitlab-next'
This commit is contained in:
commit
fece153563
@ -2,6 +2,8 @@
|
||||
|
||||
**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,8 +1,8 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
GITLAB_VERSION=7.5.3
|
||||
GITLAB_SHELL_VERSION=2.2.0
|
||||
GITLAB_VERSION=7.6.0
|
||||
GITLAB_SHELL_VERSION=2.4.0
|
||||
|
||||
GITLAB_HOME="/home/git"
|
||||
GITLAB_INSTALL_DIR="${GITLAB_HOME}/gitlab"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user