Update storage docs
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user