Go to file
2026-03-23 00:31:57 +01:00
BudgetApp.Api fix: disable HTTPS redirection in Production for Docker deployment 2026-03-21 09:26:17 +01:00
BudgetApp.Enums Initial commit 2026-03-21 01:52:43 +01:00
BudgetApp.PublicModels Initial commit 2026-03-21 01:52:43 +01:00
BudgetApp.Services Initial commit 2026-03-21 01:52:43 +01:00
BudgetApp.Storage Initial commit 2026-03-21 01:52:43 +01:00
BudgetApp.Web fix: proxy /api/ to .NET dev server in Vite dev mode 2026-03-23 00:31:57 +01:00
docs/superpowers Add Docker deployment implementation plan 2026-03-21 02:43:21 +01:00
.dockerignore chore: add .dockerignore files for API and web build contexts 2026-03-21 09:27:30 +01:00
.gitignore Initial commit 2026-03-21 01:52:43 +01:00
BudgetApp.sln Initial commit 2026-03-21 01:52:43 +01:00
docker-compose.yml feat: add docker-compose orchestration for full stack deployment 2026-03-23 00:22:04 +01:00
Dockerfile.api feat: add multi-stage Dockerfile for .NET API 2026-03-23 00:02:22 +01:00