Keep GitLab backups for 2 weeks
This commit is contained in:
parent
7c168fd28c
commit
167b8bd140
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ gitlab_rails['gitlab_email_from'] = "{{ gitlab_from_email }}"
|
|||
|
||||
gitlab_rails['artifacts_path'] = "/mnt/gitlab-bulk/artifacts"
|
||||
gitlab_rails['backup_path'] = "/mnt/gitlab-bulk/backups"
|
||||
gitlab_rails['backup_keep_time'] = 60 * 60 * 24 * 14 # 14 days
|
||||
|
||||
# Registry
|
||||
registry_external_url "https://registry.git.theorangeone.net"
|
||||
|
|
Loading…
Reference in a new issue