31 lines
705 B
YAML
31 lines
705 B
YAML
version: 0.1
|
|
log:
|
|
fields:
|
|
service: registry
|
|
storage:
|
|
cache:
|
|
blobdescriptor: inmemory
|
|
filesystem:
|
|
rootdirectory: /var/lib/registry
|
|
delete:
|
|
enabled: true
|
|
|
|
auth:
|
|
htpasswd:
|
|
realm: Registry Realm
|
|
path: /auth/htpasswd
|
|
http:
|
|
addr: :5000
|
|
headers:
|
|
Access-Control-Expose-Headers: ['Docker-Content-Digest']
|
|
Access-Control-Allow-Methods: ['HEAD', 'GET', 'OPTIONS', 'DELETE']
|
|
Access-Control-Allow-Origin: ['https://registry-ui.tobiasmanske.de']
|
|
Access-Control-Allow-Credentials: [true]
|
|
Access-Control-Allow-Headers: ['Authorization', 'Accept']
|
|
X-Content-Type-Options: [nosniff]
|
|
health:
|
|
storagedriver:
|
|
enabled: true
|
|
interval: 10s
|
|
threshold: 3
|