chore: bind-mount docker volumes under the repo (./volumes), gitignore them

Replace the named volumes mongo-data and work-data with bind mounts to
./volumes/mongo and ./volumes/work so all runtime state lives under the repo
tree. Existing data was migrated; the old named volumes were removed. The
${HOME}/.claude host-credential mounts are intentionally left as-is (must not
live in the repo). Added /volumes/ to .gitignore.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
etalon
2026-06-13 12:15:46 +02:00
parent f54c557e70
commit 0676f53280
2 changed files with 6 additions and 6 deletions
+3
View File
@@ -3,3 +3,6 @@ bin/
backups/
*.test
coverage.out
# Docker volume data (bind-mounted under the repo; never committed)
/volumes/