13 lines
237 B
Django/Jinja
13 lines
237 B
Django/Jinja
version: 0.1
|
|
log:
|
|
fields:
|
|
service: registry
|
|
storage:
|
|
filesystem:
|
|
rootdirectory: /var/lib/registry
|
|
delete:
|
|
enabled: true
|
|
http:
|
|
addr: :5000
|
|
proxy:
|
|
remoteurl: {{ remote_url | default('https://registry-1.docker.io') }}
|