Implemented interaction with docker registry.
This commit is contained in:
@@ -6,6 +6,14 @@ DEBUGBAR_OPEN_STORAGE=true
|
||||
APP_TIMEZONE=UTC
|
||||
APP_URL=
|
||||
|
||||
REGISTRY_SERVICE_NAME=container_registry
|
||||
REGISTRY_SERVICE_HTTP=http://real_address_registry
|
||||
REGISTRY_PRIVATE_KEY_NAME=registry-auth1.key
|
||||
REGISTRY_ISSUER=token_issuer
|
||||
REGISTRY_ALGORITHM=RS256
|
||||
REGISTRY_EXPIRES_IN_SECONDS=600
|
||||
REGISTRY_TOKEN_FOR_NOTIFICATIONS=token_for_notifications
|
||||
|
||||
APP_CAPTCHA=false
|
||||
CAPTCHA_API_DOMAIN=http://your-domain-captcha-or-IP:8081
|
||||
CAPTCHA_PRIVATE_TOKEN=
|
||||
|
Reference in New Issue
Block a user