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

@@ -13,8 +13,10 @@ typecheck:
mypy
compose-up:
docker compose up --build
docker compose -f docker-compose.yml -f docker-compose.local.yml up --build
compose-down:
docker compose down --remove-orphans
compose-prod-config:
docker compose --env-file .env.production -f docker-compose.yml -f docker-compose.prod.yml config