build: docker compose + dockerignore

Adds docker-compose.yml with Qdrant and RAG service, plus .dockerignore files.
This commit is contained in:
gismo212
2026-05-25 05:24:17 +03:00
committed by GitHub
parent 88f79bb2a5
commit bc1b3c837a
3 changed files with 82 additions and 0 deletions

15
rust/.dockerignore Normal file
View File

@@ -0,0 +1,15 @@
# This .dockerignore applies to docker-compose build context: ./rust
target
**/target
.claw
.claw-rag
.claude
node_modules
dist
build
*.log
*.tmp
*.sqlite
*.sqlite-wal
*.sqlite-shm
.DS_Store