added registry config.yml

This commit is contained in:
2025-09-28 01:27:26 +05:30
parent da8d8322c9
commit 2c56a55484
2 changed files with 18 additions and 0 deletions

17
registry/config.yml Normal file
View File

@@ -0,0 +1,17 @@
version: 0.1
log:
level: debug
http:
addr: :5000
headers:
Access-Control-Allow-Origin: ["http://dcr.aetoskia.com"]
Access-Control-Allow-Methods: ["GET", "POST", "PUT", "DELETE", "OPTIONS"]
Access-Control-Allow-Headers: ["Authorization", "Content-Type"]
Access-Control-Expose-Headers: ["Docker-Content-Digest"]
storage:
filesystem:
rootdirectory: /var/lib/registry
auth:
htpasswd:
realm: basic-realm
path: /auth/htpasswd