v1.5.0
Hey everyone!
This might not be a huge release, but it brings a couple of nice quality-of-life improvements.
✨ What's New?
Pagination in Logs
Previously, all logs were captured from the moment the app started. While this wasn't an issue for apps with minimal logging, it often caused problems—such as crashes—for log-heavy apps like APIs that ran for extended periods.
Now, logs are automatically paginated and limited to prevent this. Don’t worry—they’re still in real time, so you won’t miss any new logs.
Retention Policies
You can now configure how many images you want to keep for each app from the settings page. The default is 3. So, when you build a new version of your app, Dockerizalo will automatically keep only the last n images in storage.
Also, a big thank you to everyone for the amazing support Dockerizalo has received. I never imagined one of my projects would come so close to hitting 500 stars!
🔗 Full Changelog: Compare v1.4.0 → v1.5.0
How to update
Stop Dockerizalo
docker compose downPull new images
docker compose pullStart Dockerizalo again
docker compose up -d

