Skip to content

1.0.0

Choose a tag to compare

@AlexWaha AlexWaha released this 02 May 05:42
· 13 commits to main since this release

πŸš€ DockDev v1.0.0

The first stable release of DockDev β€” a CLI tool for managing Docker-based development environments with automatic reverse proxy, static IP mapping, and Windows hosts integration.


βœ… Features

  • πŸ”§ Create isolated Docker projects with NGINX, PHP, Redis, Node and more
  • 🌐 Reverse proxy configuration auto-generated per domain
  • 🌍 Custom domain access via .local, .test, etc
  • 🧠 Static IP assignment stored in .ipmap.env
  • πŸͺŸ Automatically updates Windows hosts file
  • πŸ—ƒ Includes shared MySQL container accessible from any dev project
  • πŸ”„ Auto-reloads NGINX or restarts on failure

🧱 Structure

  • src/ β€” source code (Go)
  • templates/ β€” reusable Docker/NGINX config templates
  • shared-services/ β€” reverse proxy and shared MySQL
  • domains/ β€” per-project isolated Docker apps
  • dist/ β€” built binaries

πŸ’» Platform Compatibility

Platform Status
Windows 10/11 + WSL2 βœ… Recommended

πŸ“₯ Installation

Use the dockdev binary from the dist/ folder, or compile it yourself using:

GOOS=linux GOARCH=amd64 go build -o dockdev ./cmd