Skip to content

Releases: pollystack/deploy-registry

v0.0.1

26 Oct 16:59

Choose a tag to compare

🐳 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