feat: add Docker support with Dockerfile and docker-compose configuration

This commit is contained in:
Abolfazl
2026-05-05 07:01:59 +03:30
parent e9fda55adf
commit e300493b85
5 changed files with 144 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
# Never bake secrets or runtime state into the image.
config.json
ca/
# Python runtime artifacts
__pycache__/
*.pyc
*.pyo
*.pyd
.venv/
venv/
*.egg-info/
# Development / OS clutter
.git/
.gitignore
.vscode/
*.log