chore: wire read-only secrets/ volume for session bundles

Mounts ./secrets to /secrets:ro so LINGMA_SESSION_BUNDLE_FILE can point
at a host-managed file without the bundle ever being baked into the
image or committed to git. secrets/ is git-ignored except for .gitkeep
so the directory exists on fresh clones.

Made-with: Cursor
This commit is contained in:
GitHub Actions
2026-04-18 09:47:03 +08:00
parent 4e08d1af36
commit 3130533888
3 changed files with 4 additions and 0 deletions

2
.gitignore vendored
View File

@@ -5,3 +5,5 @@ bin/
runtime-bin/
data/*
!data/.gitkeep
secrets/*
!secrets/.gitkeep