From 968e52a427e789fb584824527777cd8a0b746edd Mon Sep 17 00:00:00 2001 From: Richard Weber Date: Mon, 16 May 2016 07:01:23 +0300 Subject: [PATCH] Added missing ENV variable (#101) The environment variable that tells the registry to actually use "token" auth was missing. --- templates/registry/0/docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/registry/0/docker-compose.yml b/templates/registry/0/docker-compose.yml index dd53860..716db60 100644 --- a/templates/registry/0/docker-compose.yml +++ b/templates/registry/0/docker-compose.yml @@ -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}