added Docker file and docker compose yml files

This commit is contained in:
2026-02-21 15:00:05 +05:30
parent 5b557efd80
commit 163c7814ed
5 changed files with 90 additions and 201 deletions

19
.dockerignore Normal file
View File

@@ -0,0 +1,19 @@
.git
.gitignore
__pycache__
*.pyc
*.pyo
*.pyd
.Python
env/
venv/
*.egg-info/
dist/
build/
.vscode/
.idea/
*.log
.env
instance/
.pytest_cache/
.coverage