https://github.com/nextdoor/docker-registry-cache
An nginx cache to be placed in front of a docker registry
https://github.com/nextdoor/docker-registry-cache
Last synced: over 1 year ago
JSON representation
An nginx cache to be placed in front of a docker registry
- Host: GitHub
- URL: https://github.com/nextdoor/docker-registry-cache
- Owner: Nextdoor
- Created: 2020-02-11T20:09:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-24T05:44:32.000Z (over 6 years ago)
- Last Synced: 2025-01-24T08:09:49.477Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 28.3 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-registry-cache
An nginx cache to be placed in front of a docker registry
Env Var | Description
--- | ---
`NGINX_CACHE_PATH` | Location to store cached content
`NGINX_CACHE_SIZE` | Size of cache. Eg `1024m`.
`NGINX_CERT` | SSL certificate in pem format to use.
`NGINX_CERT_KEY` | SSL certificate key in pem format to use.
`REGISTRY_URL` | Docker registry url to proxy pass through to. Eg. `http://localhost:5000`
`REGISTRY_STATUS_URL` | Registry status url. Eg. `http://localhost:5001/debug/health`
`NGINX_STATUS_PORT`| Port to expose `/nginx_status` on. Note this is only accessible from `127.0.0.1`
`STATSD_HOST` | Host to send statsd metrics to.