chore: add Coolify Docker cleanup script

This commit is contained in:
Your Name
2026-08-05 22:08:43 +05:00
parent c6f434df08
commit fbc1e3fd1b
2 changed files with 47 additions and 0 deletions
+3
View File
@@ -185,6 +185,9 @@ As of 2026-07-29:
- Prefer small targeted file reads with `rg` and narrow ranges.
- Deployment status polling should be sparse. Coolify rebuilds can take 7-11 minutes
because the Docker build currently runs without cache and reinstalls system deps.
- LXC 105 Docker cleanup: old app images can be removed safely because rollback
is by git SHA + rebuild. Use `scripts/coolify_docker_cleanup.sh`; it removes
only unused Coolify app images for FN-8/RAA and never prunes Docker volumes.
- Avoid dumping long post texts from DB unless explicitly needed.
- For runtime checks, use the current Coolify/Gitea/LXC 105 path from `D:\DEVELOPMENT\.infra.md`.
- Do not `git reset --hard` or revert user/server hotfixes.