4 Commits

Author SHA1 Message Date
2d1f55eea1 Switch backend to wait for SQL Server and use direct INSERTs
Replace stored procedure calls with inline INSERT statements and
SCOPE_IDENTITY()
Add netcat for readiness check in new entrypoint.sh
Introduce dedicated SQL Server and init-db services in docker-compose
2026-02-22 09:36:38 -05:00
c780dff015 Remove MSSQL service from docker-compose
Update backend env to use external DB server (homelab.local)
and set new password

Drop the now‑unused depends_on, volume mount and default network
sections

Increment instance_id (3457 → 3463) for new system instance
2026-01-21 18:37:21 -05:00
fa1ad45ed8 Add Docker Compose and backend Dockerfile
Include .gitignore, go.mod/go.sum, initial Go source, init.sql, and
Docker‑Compose
configuration for the MSSQL and backend services.
2026-01-18 14:56:59 -05:00
fb3e983eff Initial commit 2026-01-18 14:18:57 -05:00