v1.6.3
Hey everyone!
This updates comes with two minor improvements that hopefully makes Dockerizalo more enjoyable to use :)
✨ What's New?
User management
Previously the first account created was the only way to get to the dashboard, now you are allowed to create more users in case you need your team to step in!
Removal of dangling images
Now every time you deploy a new version of any of your projects, Dockerizalo will delete dangling images from previous deployments.
🔗 Full Changelog: Compare v1.5.0 → v1.6.3
Problems with Postgres
If you encounter any problems please remember to stick to Postgres 17 for now, they always mess up with their Docker mounts.
image: postgres:17
How to update
Stop Dockerizalo
docker compose downPull new images
docker compose pullStart Dockerizalo again
docker compose up -dExtra notes c:
Hey! It's me Javi! If you are reading this thank you so much for using Dockerizalo, it really makes me proud knowing some people find some of my projects useful, it is what makes me continue building software.
Everything is going crazy lately since the last time I updated Dockerizalo, AI is everywhere and the open-source community is filled with "slop". It really undermines me to know not many developers actually care about "writing" software anymore. I do get that code has always been about means to an end, but I do care in the "how", that is why I got into software. Not because of the money, but because tinkering is what moves me. Let's say I see code as a form of "art". I spent so many years developing a style, a taste, an opinion.
So yeah, I haven't used AI for coding, I am not using it and NEVER will. Even if that makes me obsolete and even if it makes me lose my job. Sorry but, I enjoy coding. Earning money is more of a happy accident. If I am forced to vibecode I will move my tinkering skills to another field, who knows.
Oh, and I used to write using AI since english isn't my mother tong. Well not anymore. I ditch AI for everything. So, sorry for the release notes from now on haha.

