chore(deploy): add production caddy setup

This commit is contained in:
2026-07-14 10:43:12 +03:30
parent c122aab57c
commit e99060de41
13 changed files with 195 additions and 20 deletions

19
.dockerignore Normal file
View File

@@ -0,0 +1,19 @@
.git/
.mypy_cache/
.pytest_cache/
.ruff_cache/
.venv/
__pycache__/
*.py[cod]
*.egg-info/
.env
.env.*
!.env.example
!.env.production.example
htmlcov/
build/
dist/
mongo-data/
redis-data/
rabbitmq-data/