Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
I used AI to stub out a couple of files:
Docker Compose Components:
graph TD A[Frontend] -->|HTTP/REST| B[Backend] B -->|SQL| C[Postgres] A -->|Docker Network| B B -->|Docker Network| C