π³ Deploy (Docker) Registry v0.0.1:
Your Private Docker Registry Made Simple, 1-minute deployment
β¨ Key Features:
- π Secure HTTPS registry with basic authentication
- π Joxit Registry UI for visual management
- β‘ One-command deployment with Docker Compose
- π Organized SSL certificate management
- π Configurable authentication credentials
- π¨ Customizable registry title and settings
π― Perfect for:
- π’ Self-hosted Docker registry solutions
- π Private image hosting needs
- π₯ Team development environments
- π Local development workflows
- π CI/CD pipeline integration
βοΈ Quick Setup Example:
# Registry / UI Configurations
REGISTRY_PROTOCOL=https
REGISTRY_DOMAIN=domain1.lan
REGISTRY_PORT=5555
REGISTRY_UI_PROTOCOL=http
REGISTRY_UI_PORT=8080
# SSL Certificate Paths
SSL_CERT_DIR=./certs
SSL_DOMAIN_DIR=domain1.lan
SSL_CERT_FILE=fullchain.pem
SSL_KEY_FILE=privkey.pem
# Registry UI
REGISTRY_TITLE='My Awesome Registry'
# Auth Configuration
REGISTRY_USER=admin
REGISTRY_PASSWORD=yourpassword