Dokploy / dokploy

Open Source Alternative to Vercel, Netlify and Heroku.
https://dokploy.com/
Other
9.32k stars 459 forks source link

Customize Daily Docker Cleanup #666

Open thewilloftheshadow opened 2 weeks ago

thewilloftheshadow commented 2 weeks ago

What problem will this feature address?

Right now, when I enable the daily docker cleanup, it also clears my build cache. I only want to clear unused containers/images/volumes/etc but keep the build cache

Describe the solution you'd like

Add a toggle for each type of cleanup, like the options here: CleanShot 2024-11-07 at 15 17 10@2x

Describe alternatives you've considered

I've resorted to manually clearing volumes and images instead of it being automatic every day

Additional context

No response