mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 16:55:00 +01:00
24 lines
428 B
YAML
24 lines
428 B
YAML
version: 0.1
|
|
log:
|
|
accesslog:
|
|
disabled: true
|
|
level: debug
|
|
formatter: text
|
|
fields:
|
|
service: registry
|
|
storage:
|
|
filesystem:
|
|
rootdirectory: /var/lib/registry
|
|
maxthreads: 100
|
|
delete:
|
|
enabled: true
|
|
http:
|
|
addr: 0.0.0.0:5000
|
|
host: https://old-docker.noratrieb.dev
|
|
draintimeout: 60s
|
|
headers:
|
|
X-Content-Type-Options: [nosniff]
|
|
auth:
|
|
htpasswd:
|
|
realm: nilstrieb-registry
|
|
path: /htpasswd
|