Skip to content

Instantly share code, notes, and snippets.

@shreyaskarnik
Last active August 29, 2015 14:09
Show Gist options
  • Save shreyaskarnik/b039a67647a4e73f2b30 to your computer and use it in GitHub Desktop.
Save shreyaskarnik/b039a67647a4e73f2b30 to your computer and use it in GitHub Desktop.
common: &common
issue: docker-registry server
loglevel: _env:LOGLEVEL:debug
storage_redirect: true
standalone: true
debug: _env:DEBUG:true
index_endpoint: _env:INDEX_ENDPOINT
disable_token_auth: _env:DISABLE_TOKEN_AUTH
privileged_key: _env:PRIVILEGED_KEY
search_backend: _env:SEARCH_BACKEND
sqlalchemy_index_database: _env:SQLALCHEMY_INDEX_DATABASE:sqlite:////tmp/docker-registry.db
cloudfront: &cloudfront
<<: *common
storage: s3
cloudfront:
base: https://xxxx.cloudfront.net
keyid: XXXX
keysecret: xxxx
s3_access_key: xxxx
s3_secret_key: xxxx
prod:
<<: *cloudfront
storage_path: _env:STORAGE_PATH:/images
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment