feat: mount local files on /host-pc

This commit is contained in:
zkldi
2025-04-10 19:28:25 +00:00
parent ba91495692
commit c7878348c2
3 changed files with 5 additions and 0 deletions
+2
View File
@@ -28,6 +28,8 @@ services:
- "3001:3001" # docs
volumes:
- ./:/tachi
# Mount your home files under your-pc, so you can easily access them
- ~:/host-pc
# don't let pnpm's node_modules linkery bleed out of its container
- /tachi/node_modules/
- /tachi/.pnpm-store