build: integrate Docker functionality

Add environment variables throughout the code base to support Docker
compose integration.

ref: N25B-280
This commit is contained in:
2025-11-14 13:59:13 +01:00
parent 1518b14867
commit 9c538d927f
4 changed files with 36 additions and 12 deletions

14
.dockerignore Normal file
View File

@@ -0,0 +1,14 @@
.git
.venv
__pycache__/
*.pyc
.dockerignore
Dockerfile
README.md
.gitlab-ci.yml
.gitignore
.pre-commit-config.yaml
.githooks/
test/
.pytest_cache/
.ruff_cache/