Added missing ENV variable (#101)

The environment variable that tells the registry to actually use "token" auth was missing.
This commit is contained in:
Richard Weber 2016-05-16 07:01:23 +03:00 committed by Bill Maxwell
parent dbd9964ee8
commit 968e52a427

View File

@ -23,6 +23,7 @@ registry:
environment:
REGISTRY_LOG_LEVEL: warn
REGISTRY_STORAGE_DELETE_ENABLED: true
REGISTRY_AUTH: token
REGISTRY_AUTH_TOKEN_REALM: https://${DOMAIN}:${PPORT}/v2/token
REGISTRY_AUTH_TOKEN_SERVICE: ${DOMAIN}:${RPORT}
REGISTRY_AUTH_TOKEN_ISSUER: ${DOMAIN}