video-accessibility/backend/app
michael 901083b426 fix: ensure temp files use shared volume with correct permissions
- Modified render_accessible_video.py to explicitly pass TMPDIR to
  tempfile.TemporaryDirectory() so files are created in shared volume
- Updated docker-compose.yml to run containers as root initially,
  chown /shared-tmp to app:app, then switch to app user for celery
- This ensures both worker containers can access the same temp files

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-27 06:15:45 -06:00
..
__pycache__ fixed middleware silent swallowing of exceptions FINALLY 2025-10-08 18:19:59 -05:00
api/v1 fix: video review caption sync and event listener issues 2025-12-26 16:23:48 -06:00
core feat: add video review with timestamped notes to Final Review 2025-12-26 15:30:00 -06:00
lib initial commit 2025-08-24 16:28:33 -05:00
middleware fixed overly aggressive security algorithm 2025-10-08 17:49:20 -05:00
migrations add approved_source and qc_feedback job statuses to MongoDB schema 2025-12-22 13:12:14 -06:00
models feat: add video review with timestamped notes to Final Review 2025-12-26 15:30:00 -06:00
prompts feat: add accessible video (MP4 with embedded audio descriptions) 2025-12-26 11:06:41 -06:00
schemas fix: video review caption sync and event listener issues 2025-12-26 16:23:48 -06:00
services fix: use allow_join_result for celery subtask result retrieval 2025-12-26 18:09:37 -06:00
tasks fix: ensure temp files use shared volume with correct permissions 2025-12-27 06:15:45 -06:00
telemetry initial commit 2025-08-24 16:28:33 -05:00
main.py feat: add video review with timestamped notes to Final Review 2025-12-26 15:30:00 -06:00