24 lines
706 B
YAML
24 lines
706 B
YAML
version: 0.1
|
|
log:
|
|
fields:
|
|
service: registry
|
|
storage:
|
|
cache:
|
|
blobdescriptor: inmemory
|
|
filesystem:
|
|
rootdirectory: /var/lib/registry
|
|
http:
|
|
addr: :5000
|
|
headers:
|
|
X-Content-Type-Options: [nosniff]
|
|
Access-Control-Allow-Origin: ["https://registry-ui.wayl.one"]
|
|
Access-Control-Allow-Methods: ["HEAD", "GET", "OPTIONS", "DELETE"]
|
|
Access-Control-Expose-Headers: ["Docker-Content-Digest"]
|
|
Access-Control-Allow-Credentials: [true]
|
|
Access-Control-Allow-Headers: ["Accept", "Authorization", "Content-Type", "Access-Control-Allow-Headers", "X-Requested-With"]
|
|
Access-Control-Max-Age: [1728000]
|
|
health:
|
|
storagedriver:
|
|
enabled: true
|
|
interval: 10s
|
|
threshold: 3
|