chore: dockerignore und header comment fuer compose
This commit is contained in:
17
.dockerignore
Normal file
17
.dockerignore
Normal 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
|
||||
@@ -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:
|
||||
ingestor:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user