]> Piment Noir Git Repositories - freqai-strategies.git/commit
fix(reforcexy): reinstall matplotlib and bind API to localhost
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 2 Aug 2026 18:35:43 +0000 (20:35 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 2 Aug 2026 18:35:43 +0000 (20:35 +0200)
commitb7f52844f88d45824007a438b0f23d38a38e81d6
tree728213486929a0c7433d2b7bbd965c414e3f1a1f
parent748f872b721646ca0538e2d3f72fee76e2ae2972
fix(reforcexy): reinstall matplotlib and bind API to localhost

The recent stable_freqairl image no longer ships matplotlib, so ReforceXY.py
fails to import ('No module named matplotlib'). Pin matplotlib==3.11.1 (cp311-cp314
wheels exist, so it installs without a compiler) via the Dockerfile build arg.
Also bind the published API port to 127.0.0.1 by default, matching the
QuickAdapter hardening, so the REST API is not exposed on all interfaces.
ReforceXY/Dockerfile
ReforceXY/docker-compose.yml