added htpasswd auth to registry-ui

This commit is contained in:
2025-09-28 01:37:31 +05:30
parent 2c56a55484
commit 48dd9c5f6b

View File

@@ -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