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