-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yml
More file actions
35 lines (35 loc) · 689 Bytes
/
config.yml
File metadata and controls
35 lines (35 loc) · 689 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
version: 0.1
proxy:
remoteurl: https://registry-1.docker.io
username: [your dockerhub user]
password: [your dockerhub password]
delete:
enabled: true
storage:
delete:
enabled: true
cache:
blobdescriptor: inmemory
filesystem:
rootdirectory: /var/lib/registry
maxthreads: 100
cache:
blobdescriptor: inmemory
log:
formatter: text
fields:
service: registry
http:
addr: 0.0.0.0:443
headers:
X-Content-Type-Options: [nosniff]
Access-Control-Allow-Origin: ['*']
secret: verySecret
tls:
certificate: /etc/ssl/server.crt
key: /etc/ssl/server.key
debug:
addr: 0.0.0.0:5001
prometheus:
enabled: true
path: /metrics