diff options
author | Valery Sizov <valery@gitlab.com> | 2019-08-01 15:03:08 +0300 |
---|---|---|
committer | Valery Sizov <valery@gitlab.com> | 2019-08-01 20:38:07 +0300 |
commit | f519a4b72f81a1e3c81e5e684d236bbe30e0dd2d (patch) | |
tree | 469cbc073884f0a8f30ae7fd474b699c4ac47c13 /config/gitlab.yml.example | |
parent | beb7d8922746942f1f4108108b04859ba61ea1ea (diff) | |
download | gitlab-ce-f519a4b72f81a1e3c81e5e684d236bbe30e0dd2d.tar.gz |
Backport of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/3809ce-docker_image_replication
Introducing Docker Registry replication
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r-- | config/gitlab.yml.example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index dd53127ac2c..39b719a5978 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -427,6 +427,11 @@ production: &base # If it is blank, it defaults to external_url. node_name: '' + registry_replication: + # enabled: true + # primary_api_url: http://localhost:5000/ # internal address to the primary registry, will be used by GitLab to directly communicate with primary registry API + + # # 2. GitLab CI settings # ========================== |