github undernightcore/dockerizalo v1.3.0

latest releases: v1.6.3, v1.5.0, v1.4.0...
14 months ago
Dockerizalo

v1.3.0

Hello everyone! 🎉

I am thrilled to introduce Docker image deployments and App templates in this release! These features bring us one step closer to full Docker Compose deployments.

✨ What's New?

🐳 Image Deployments

You can now deploy single-container applications—like databases, services, and more—directly from any registry!

image-app
image-app-detail

📦 App Templates

Think of templates as pre-configured image deployments—they automatically set up variables, networks, and volumes for you! 🚀

Currently, we support PostgreSQL, and we welcome your contributions to expand our template library! (Icons from Selfhosted Icons—thank you!)

image-app-template

🔗 Full Changelog: Compare v1.2.0 → v1.3.0

How to update

Stop Dockerizalo

docker compose down

Pull new images

docker compose pull

Start Dockerizalo again

docker compose up -d

Don't miss a new dockerizalo release

NewReleases is sending notifications on new releases.