Skip to content

Instantly share code, notes, and snippets.

@benton
Created May 27, 2015 19:18
Show Gist options
  • Save benton/3a87828a9488e6bbf652 to your computer and use it in GitHub Desktop.
Save benton/3a87828a9488e6bbf652 to your computer and use it in GitHub Desktop.
Registry config
version: 0.1
log:
level: debug
fields:
service: registry
environment: production
storage:
cache:
layerinfo: redis
blobdescriptor: redis
s3:
accesskey: XXXXXXXXXXXXXXXXXXXXX
secretkey: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
region: us-east-1
bucket: operations-XXXXXXXX
rootdirectory: docker.mdsol.io
http:
addr: :5000
redis:
addr: docker-mdsol-io.gudxpy.0001.use1.cache.amazonaws.com:6379
pool:
maxidle: 16
maxactive: 64
idletimeout: 300s
dialtimeout: 10ms
readtimeout: 10ms
writetimeout: 10ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment