Commit 5748dcf
Remove volumes on docker compose down to prevent stale credentials
Added -v flag to 'docker compose down' to remove volumes when tearing down
PR preview environments. This ensures PostgreSQL doesn't reuse old volumes
with stale credentials that no longer match updated secrets.
Without this flag, the pr-201_postgres_data volume persists between
deployments, causing authentication failures when secrets are rotated.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 35e06f9 commit 5748dcf
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
401 | 401 | | |
402 | 402 | | |
403 | 403 | | |
404 | | - | |
| 404 | + | |
405 | 405 | | |
406 | 406 | | |
407 | 407 | | |
| |||
0 commit comments