trading/docker
Viktor Barzin 4f4d365652 fix(docker): add ffmpeg + nodejs for yt-dlp YouTube extraction
yt-dlp requires:
- ffmpeg for sub-conversion (--convert-subs srt) and any format mux
- A JS runtime for YouTube player decryption (deno or node)

Without these, every caption extraction attempt in the meet-kevin-watcher
container fails with 'ffmpeg not found' + 'No supported JavaScript runtime
could be found'. Adding both to the runtime stage of Dockerfile.service.

Size impact: ~50 MB.
2026-05-22 14:03:22 +00:00
..
Dockerfile.dashboard fix: hardcode nginx-k8s.conf in dashboard Dockerfile 2026-02-25 23:46:47 +00:00
Dockerfile.service fix(docker): add ffmpeg + nodejs for yt-dlp YouTube extraction 2026-05-22 14:03:22 +00:00
nginx-k8s.conf add K8s nginx config and parameterize Dockerfile.dashboard 2026-02-23 22:27:52 +00:00
nginx.conf feat: productionize local service — fix signal pipeline, lower thresholds, add company-name ticker extraction 2026-02-22 22:17:26 +00:00