18 lines
490 B
YAML
18 lines
490 B
YAML
version: 0.1
|
|
log:
|
|
level: debug
|
|
http:
|
|
addr: :5000
|
|
headers:
|
|
Access-Control-Allow-Origin: ["http://dcr.aetoskia.com", "http://registry.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
|