OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/gitlab-container-registry?expand=0&rev=1
29 lines
661 B
YAML
29 lines
661 B
YAML
# This config file is a basic configuration using filesystem metadata and blob
|
|
# storage.
|
|
version: 0.1
|
|
log:
|
|
accesslog:
|
|
disabled: false
|
|
formatter: text
|
|
level: info
|
|
formatter: text
|
|
fields:
|
|
service: registry
|
|
storage:
|
|
delete:
|
|
enabled: true
|
|
filesystem:
|
|
rootdirectory: "/var/lib/gitlab-container-registry"
|
|
http:
|
|
# Registry API will be accessible at localhost:5000
|
|
addr: :5000
|
|
debug:
|
|
addr: :5001
|
|
# Metrics will be accessible at localhost:5001/metrics/
|
|
prometheus:
|
|
enabled: true
|
|
path: /metrics
|
|
# Profiling information will be accessible at localhost:5001/debug/pprof/
|
|
pprof:
|
|
enabled: true
|