summarylogtreecommitdiffstats
path: root/config.yml.example
diff options
context:
space:
mode:
Diffstat (limited to 'config.yml.example')
-rw-r--r--config.yml.example16
1 files changed, 16 insertions, 0 deletions
diff --git a/config.yml.example b/config.yml.example
new file mode 100644
index 000000000000..d312abbd2415
--- /dev/null
+++ b/config.yml.example
@@ -0,0 +1,16 @@
+version: 0.1
+http:
+ addr: 0.0.0.0:5000
+ host: https://registry.example.com:5006
+storage:
+ filesystem:
+ rootdirectory: /var/lib/registry
+ maxthreads: 100
+ delete:
+ enabled: true
+auth:
+ token:
+ realm: https://gitlab.example.com/jwt/auth
+ service: container_registry
+ issuer: gitlab-issuer
+ rootcertbundle: /etc/docker/registry/docker-registry.crt