From 016f2df1dafd7c5b5de86c249af99cc9e50518ba Mon Sep 17 00:00:00 2001 From: sshipway Date: Wed, 13 Apr 2016 21:38:12 +0000 Subject: [PATCH] Merge in new env var for Registry as per pull req #101 --- templates/registry/1/docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/registry/1/docker-compose.yml b/templates/registry/1/docker-compose.yml index cf9d953..375b616 100644 --- a/templates/registry/1/docker-compose.yml +++ b/templates/registry/1/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}