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

17
.dockerignore Normal file
View File

@@ -0,0 +1,17 @@
# Keep docker build context small (Windows-friendly).
.git
.github
**/target
**/.claw-rag
**/.claw
**/.claude
**/.cursor
**/node_modules
**/dist
**/build
**/*.log
**/*.tmp
**/*.sqlite
**/*.sqlite-wal
**/*.sqlite-shm
**/.DS_Store