summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/config.yml17
-rw-r--r--conf/htpasswd2
2 files changed, 19 insertions, 0 deletions
diff --git a/conf/config.yml b/conf/config.yml
new file mode 100644
index 0000000..d79d1e2
--- /dev/null
+++ b/conf/config.yml
@@ -0,0 +1,17 @@
+version: 0.1
+log:
+ level: info
+ fields:
+ service: registry
+storage:
+ cache:
+ layerinfo: inmemory
+ filesystem:
+ rootdirectory: /var/lib/registry
+auth:
+ htpasswd:
+ realm: basic-realm
+ path: /etc/docker/registry/htpasswd
+http:
+ addr: :5000
+
diff --git a/conf/htpasswd b/conf/htpasswd
new file mode 100644
index 0000000..8c994cb
--- /dev/null
+++ b/conf/htpasswd
@@ -0,0 +1,2 @@
+admin:$2y$05$I23M7WplfjBsEPhIoHc8ae0HYJHl/Cd1M0.IRJDfHO1KVZ6GTjWv.
+