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

View File

@@ -9,7 +9,6 @@ dependencies = [
"grpcio==1.68.1",
"grpcio-health-checking==1.68.1",
"grpcio-reflection==1.68.1",
"grpcio-tools==1.68.1",
"httpx==0.28.1",
"motor==3.6.0",
"protobuf==5.29.2",
@@ -22,6 +21,7 @@ dependencies = [
[project.optional-dependencies]
dev = [
"grpcio-tools==1.68.1",
"mypy==1.14.1",
"pytest==8.3.4",
"pytest-asyncio==0.25.2",