ct2034/dockeROS

View on GitHub
unsave_registry/config.yml

Summary

Maintainability
Test Coverage
version: 0.1
log:
  fields:
    service: registry
storage:
  cache:
    blobdescriptor: inmemory
  filesystem:
    rootdirectory: /var/lib/registry
http:
  addr: :5000
  headers:
    X-Content-Type-Options: [nosniff]
    Access-Control-Allow-Origin: ['*']
health:
  storagedriver:
    enabled: true
    interval: 10s
    threshold: 3