mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-15 00:55:09 +01:00
docker compose
This commit is contained in:
parent
a874314588
commit
a217582dc1
8 changed files with 83 additions and 43 deletions
26
new/apps/registry/config.yml
Normal file
26
new/apps/registry/config.yml
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
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
|
||||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue