-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Volumes are not cleaned up #2729
Comments
I created an empty repo (private) with the following compose file. After deploying, i ran Edit: So i noticed that Coolify doesn't add the resource’s UUID to the volume name. |
I am using docker compose, unused images and networks are not being cleaned as well. |
Same for networks: #2546 |
Any news on this? |
Same for preview deployments. They are deleted from the Coolify dashboard, but the containers are still running on the server. |
Hello! I'm currently developing an AI tool that investigates issues, and I used this issue as a test to see if it could help. Below are the findings, which I hope might assist in resolving this issue faster. Boosterbot.ai Findings The root cause of the bug is the absence of explicit error handling and logging in the volume cleanup process. While the
These suggestions are automatically generated based on the context of the issue description and repository code. I'm actively looking for feedback to improve the tool's accuracy and relevance, so any insights you might have are greatly appreciated! |
The text was updated successfully, but these errors were encountered: