Dockerizalo
Self-hosted deployment platform that builds and deploys apps from Git.
Dockerizalo is a self-hosted deployment platform that clones apps from Git-compatible sources, builds Docker images, and deploys them to your environment. It exposes a web UI to manage secrets, volumes, ports, and deployments, while providing real-time build and container logs.
Key Features
- Clones from any Git-compatible source, builds and deploys the image automatically
- Manage secrets, volumes, ports and deployment settings through the web UI
- Real-time access to build and container logs
- Designed to coexist with existing apps in a homelab, without requiring a separate proxy
- API endpoints and webhooks to trigger builds and redeploys (POST /api/apps/{appId}/builds)
Use Cases
- Deploy new applications from Git repositories in a self-hosted homelab
- Centralized management of multiple app deployments alongside other local apps
- Automate redeploys via webhooks to rebuild apps when the source code changes
Limitations and Considerations
- No built-in HTTPS reverse proxy; you must supply your own proxy
- Not Docker-in-Docker; it uses the host Docker installation to deploy apps
- Automatic redeploy on source changes is not enabled by default; configure a webhook to trigger builds
- Applications are stored in the apps folder by default; ensure permissions and backups
Conclusion
Dockerizalo provides a straightforward, self-hosted approach to deploying Git-backed apps with Docker Compose, balancing simplicity with flexible deployment options. It supports webhook-driven updates to automate deployments while coexisting with other local applications.
Categories:
Tags:
Tech Stack:
Similar Services
Ansible
Agentless IT automation and configuration management engine
Open source, agentless automation engine for configuration management, app deployment, orchestration, and infrastructure provisioning using YAML playbooks over SSH.

Gitea
Self-hosted Git hosting with code review, issues, and CI/CD
Gitea is a lightweight, self-hosted Git service with repositories, pull requests, issues, wiki, packages, and built-in CI/CD via Actions and runners.

Coolify
Self-hosted PaaS for deploying apps, databases, and services
Open-source, self-hostable PaaS to deploy websites, full-stack apps, databases, and Docker services on your own servers with Git-based CI/CD workflows.

OneDev
Self-hosted Git server with CI/CD, issue tracking, and package registries
OneDev is a self-hosted DevOps platform combining Git hosting, CI/CD pipelines, Kanban-style issue tracking, code review, and built-in package registries.

Bytebase
Database DevSecOps platform for schema change and access governance
Open-source database DevSecOps tool for managing schema migrations, SQL review, audit logging, access control, and data masking across multiple databases.

VERT
On-device file converter running in WebAssembly.
WebAssembly-powered on-device file converter built with Svelte and TypeScript, enabling offline, privacy-first conversions.
TypeScript
Node.js