Initial scaffold: React+TS+Vite frontend, FastAPI backend, config system

This commit is contained in:
root
2026-02-25 21:57:36 -06:00
commit 11eab66e9d
45 changed files with 4508 additions and 0 deletions

8
docker-compose.yaml Normal file
View File

@@ -0,0 +1,8 @@
services:
camera-viewer:
build: .
ports:
- "8080:8080"
volumes:
- ./config.yaml:/app/config.yaml
restart: unless-stopped