academia/deploy/docker
Andrés Eduardo García Márquez 389c637152 chore(deploy): update deployment config and add utility scripts
Docker:
- docker-compose.yml: optimize resource allocation
- start.sh: improve startup sequence
- docker-mssql/: add standalone SQL Server config for local dev

Kubernetes (K3s):
- hpa.yaml: adjust autoscaling thresholds
- kustomization.yaml: add new resource references
- secrets.yaml: update secret structure

Utility scripts:
- start.backend.sh: fix environment variables
- start.db.sh: database initialization script
- start.db.simple.sh: simplified DB startup
- generate-docs.sh: PlantUML diagram generation

Misc:
- index.html: landing page redirect

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-09 07:44:43 -05:00
..
.env.example feat(deploy): add Docker and Kubernetes deployment 2026-01-07 23:00:41 -05:00
Dockerfile.api fix(docker): alpine compatibility and k3s deployment fixes 2026-01-08 11:53:28 -05:00
Dockerfile.frontend fix(docker): alpine compatibility and k3s deployment fixes 2026-01-08 11:53:28 -05:00
docker-compose.yml chore(deploy): update deployment config and add utility scripts 2026-01-09 07:44:43 -05:00
nginx.conf ci: optimize deployment workflow for k3s 2026-01-08 13:34:38 -05:00
start.sh chore(deploy): update deployment config and add utility scripts 2026-01-09 07:44:43 -05:00