Commit Graph

3 Commits

Author SHA1 Message Date
b087660721 Add docker-compose and fix CI network creation
All checks were successful
Deploy Backend / deploy (push) Successful in 31s
2026-04-26 18:03:21 +02:00
6e1ad80f33 update CI/CD with compose
Some checks failed
Deploy Backend / deploy (push) Failing after 18s
2026-04-26 17:56:07 +02:00
4af947b440 Cleanup: remove unused code, add CI/CD workflow
Some checks failed
Deploy Backend / deploy (push) Failing after 2m30s
- Remove flask-sse, Redis (unused)
- Remove ImageService, file_utils (unused)
- Remove /download-posters route (frontend handles download client-side)
- Remove LETTERBOXD_API_URL, secure_filename (dead imports)
- Fix duplicate TMDBService instantiation
- Simplify config.py (remove REDIS_URL)
- Fix gunicorn user home dir for control socket
- Add .gitignore for __pycache__
- Add .gitea/workflows/deploy.yml for tag-based CI/CD
2026-04-26 17:25:21 +02:00