feat: wire media service into gateway — proxy, auth, app registration
All checks were successful
Security Checks / dependency-audit (push) Successful in 13s
Security Checks / secret-scanning (push) Successful in 3s
Security Checks / dockerfile-lint (push) Successful in 3s

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Yusuf Suleman
2026-04-03 06:04:28 -05:00
parent 69af4b84a5
commit c3caa4bb1c
4 changed files with 17 additions and 2 deletions

View File

@@ -67,6 +67,7 @@ services:
- TASKS_SERVICE_API_KEY=${TASKS_SERVICE_API_KEY}
- BRAIN_BACKEND_URL=http://brain-api:8200
- READER_BACKEND_URL=http://reader-api:8300
- MEDIA_BACKEND_URL=http://media-api:8400
- QBITTORRENT_HOST=${QBITTORRENT_HOST:-192.168.1.42}
- QBITTORRENT_PORT=${QBITTORRENT_PORT:-8080}
- QBITTORRENT_USERNAME=${QBITTORRENT_USERNAME:-admin}