Files
Thomas Nilles 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

15 lines
291 B
YAML

services:
backend:
build:
context: ./backend
dockerfile: Dockerfile
container_name: backend
environment:
- DB_SERVER=homelab.local
- DB_USER=sa
- DB_PASSWORD=Ou812@12!@
- DB_NAME=CustomerDB
ports:
- "8080:8080"
command: ./main