chore: dockerignore und header comment fuer compose

This commit is contained in:
2026-05-04 22:48:49 +02:00
parent ec94fe899b
commit 964b10dfe8
2 changed files with 21 additions and 0 deletions

17
.dockerignore Normal file
View File

@@ -0,0 +1,17 @@
.git
.venv
__pycache__
*.pyc
.pytest_cache
.ruff_cache
.mypy_cache
tests
docs
.env
.env.*
.idea
.vscode
*.egg-info
dist
build
.coverage

View File

@@ -1,3 +1,7 @@
# Local development only.
# Production deployment goes via Coolify using docker/Dockerfile alone;
# the compose file here is for booting up qdrant + ollama next to the
# ingestor on a developer machine.
services: services:
ingestor: ingestor:
build: build: