Add Dockerfile and docker-compose.yml for deployment

This commit is contained in:
Ettore
2026-05-06 11:23:10 +02:00
parent da97027606
commit 89e5c1ac7e
4 changed files with 77 additions and 0 deletions

31
.dockerignore Normal file
View File

@@ -0,0 +1,31 @@
__pycache__
*.pyc
*.pyo
*.pyd
.Python
env
venv
.venv
pip-log.txt
pip-delete-this-directory.txt
.tox
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.log
.git
.mypy_cache
.pytest_cache
.hypothesis
.DS_Store
.vscode
.idea
*.swp
*.swo
*~
data/*.db
data/*.db-*
data/*.db-journal