Document governed deployment path

This commit is contained in:
2026-07-13 19:27:31 -07:00
parent a0c90e8280
commit a84f5dce4b
2 changed files with 37 additions and 3 deletions
+4 -3
View File
@@ -22,6 +22,8 @@ Frontend (Tailwind + vanilla JS) → FastAPI backend → LLM (Claude/OpenAI/Olla
- **Auth:** Jellyfin credentials (like Jellyseerr) — no separate user database
- **Data:** SQLite cache of movie metadata synced from Jellyfin, persisted at /data/library.db
- **Deployment:** Docker Compose on bondelie-media (192.168.5.254), port 5210
- **Deployment policy:** See `DEPLOYMENT.md`; infrastructure adoption is
transitional and production still builds locally for now.
## Key Files
@@ -76,9 +78,8 @@ uvicorn app.main:app --reload --port 5210
# Docker build and run
docker compose up --build
# Deploy to bondelie-media
scp -r . kenny@192.168.5.254:/srv/stacks/movie-night/
ssh kenny@192.168.5.254 "cd /srv/stacks/movie-night && docker compose up --build -d"
# Production deployment
# Follow DEPLOYMENT.md. Do not deploy directly from an uncommitted worktree.
```
## Environment Variables