This commit is contained in:
nora 2023-08-27 14:38:05 +02:00
parent 37dec0eb56
commit 93fd3e2d54
20 changed files with 18 additions and 320 deletions

27
apps/registry/config.yml Normal file
View file

@ -0,0 +1,27 @@
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://docker.nilstrieb.dev
draintimeout: 60s
headers:
X-Content-Type-Options: [nosniff]
# tls:
# certificate: /etc/certs/vps2.nilstrieb.dev.crt
# key: /etc/certs/vps2.nilstrieb.dev.key
auth:
htpasswd:
realm: nilstrieb-registry
path: /htpasswd