Update storage docs

This commit is contained in:
Codex
2026-04-23 11:08:36 -05:00
parent c355b3ae26
commit 226a50ea10
3 changed files with 6 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ Walkup is a baseball walk-up song app with a React PWA frontend and a FastAPI ba
- `backend/` contains the FastAPI application.
- The backend handles TeamSnap OAuth start, callback, and token refresh.
- It manages session state, clip metadata, game assignment state, and normalized media storage.
- Media files are stored locally in the backend storage path during development.
- Media files are stored in the `backend-media` Docker volume, mounted at `/app/storage` during development.
## Data Boundaries
@@ -34,5 +34,5 @@ Walkup is a baseball walk-up song app with a React PWA frontend and a FastAPI ba
- Docker Compose is the normal development path.
- The frontend is served separately through Vite in development.
- The backend is run through FastAPI with local storage and Docker secrets for TeamSnap credentials.
- The backend is run through FastAPI with Docker-managed local storage and Docker secrets for TeamSnap credentials.
- `README.md` contains the setup steps and environment expectations.