diff --git a/docker-compose.yaml b/docker-compose.yaml index 08efbef..8d5eff5 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -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