# Deploy Dockerizalo with Easypanel

URL: /templates/dockerizalo

Dockerizalo is a lightweight, self-hosted deployment platform for homelabbers. Point it at a Git repository and it clones, builds, and runs the app as a container on your existing Docker host, while managing secrets, volumes, ports, and build/runtime logs from a web dashboard. It has no built-in reverse proxy for deployed apps, so pair it with your own domain routing on the containers it creates.

## Installation notes

Open the app URL to reach the dashboard and create your first account.
The API service is given direct access to the host's Docker socket so it
can build and run containers on your behalf, so treat this deployment
with the same care as direct server access and keep it behind
authentication you trust.


## Benefits

### Git-to-Container in One Step

Point Dockerizalo at a Git repository and it clones, builds, and runs it as a container, without you writing a Dockerfile or deploy script.

### Uses Your Existing Docker Host

Apps are built and run directly on the same Docker daemon Dockerizalo itself runs on, so there is no separate cluster or orchestrator to operate.

### Centralized Logs and Secrets

Build logs, runtime logs, environment variables, and port mappings for every deployed app are managed from a single dashboard.

## Features

### Git-Based Deployments

Deploy straight from a Git repository URL and redeploy by pushing new commits.

### Volume and Port Management

Configure persistent volumes and published ports for each deployed app directly from the dashboard.

### Build and Runtime Logs

Stream build output and container logs in real time to debug a deployment without shelling into the host.

## Configuration

- `appServiceName` (App Service Name, required): dockerizalo

- `proxyImage` (Proxy Image, required): ghcr.io/undernightcore/dockerizalo-proxy:latest@sha256:6ae21c7b6f56e838626fbd35ef2945152c411f24e6494f69e2a1c097e26c2a6a — Only a "latest" tag is published upstream for this image.

- `apiImage` (API Image, required): ghcr.io/undernightcore/dockerizalo:1.6.3

- `uiImage` (UI Image, required): ghcr.io/undernightcore/dockerizalo-ui:1.6.3

## Services

- dockerizalo: app (ghcr.io/undernightcore/dockerizalo-proxy:latest@sha256:6ae21c7b6f56e838626fbd35ef2945152c411f24e6494f69e2a1c097e26c2a6a)

- dockerizalo-api: app (ghcr.io/undernightcore/dockerizalo:1.6.3)

- dockerizalo-ui: app (ghcr.io/undernightcore/dockerizalo-ui:1.6.3)

- dockerizalo-db: postgres

## Resources

- [GitHub](https://github.com/undernightcore/dockerizalo)

- [Template source](https://github.com/easypanel-io/templates/tree/main/templates/dockerizalo)