Document governed deployment path
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user