File gitlab-container-registry-configuration.yml of Package gitlab-container-registry

# 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
openSUSE Build Service is sponsored by