registry is working!!
This commit is contained in:
parent
2fb1980e28
commit
c9864124e1
6 changed files with 431 additions and 0 deletions
24
registry-ui/config.yml
Normal file
24
registry-ui/config.yml
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
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: ["http://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
|
||||
Loading…
Add table
Add a link
Reference in a new issue