added htpasswd auth to registry-ui
This commit is contained in:
@@ -4,8 +4,13 @@ services:
|
||||
container_name: registry-ui
|
||||
ports:
|
||||
- "6001:80"
|
||||
volumes:
|
||||
- /home/aetos/registry/auth:/auth:ro
|
||||
environment:
|
||||
REGISTRY_TITLE: "Armory of the Codex"
|
||||
REGISTRY_URL: http://dcr.aetoskia.com
|
||||
REGISTRY_AUTH: "htpasswd"
|
||||
REGISTRY_AUTH_HTPASSWD_PATH: "/auth/htpasswd"
|
||||
depends_on:
|
||||
- registry
|
||||
restart: always
|
||||
|
Reference in New Issue
Block a user