github undernightcore/dockerizalo v1.4.0

latest releases: v1.6.3, v1.5.0
10 months ago
Dockerizalo

v1.4.0 - Automatic deployments!

Hey everyone!

You can now set up webhooks that automatically build and deploy your app whenever they’re called. It works with any VCS provider — just send a POST request and you’re good to go!

✨ What's New?

Triggers!

You can now create deployment triggers for any app. Head over to the Triggers section, create a new trigger, and copy its unique URL. Each time that endpoint is called, your app will automatically start building.

Use it with GitHub push events, or hook it into any system that supports HTTP requests — it’s flexible and easy to integrate!

create-trigger
show-trigger

🔗 Full Changelog: Compare v1.3.0 → v1.4.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.