bushwallyta271828 / logic_graph_scalable

This repository should support the logicgraph.dev website, taking over from logic_graph.
MIT License
0 stars 0 forks source link

Remove 0.0.0.0 from backend/scripts/run.sh if at all possible #96

Closed bushwallyta271828 closed 7 months ago

bushwallyta271828 commented 7 months ago

I'm still not entirely sure how the networking between the backend and the frontend is going to function, but it feels bad to have the backend listen to non-local traffic.

bushwallyta271828 commented 7 months ago

ChatGPT says that listening to 0.0.0.0 is okay and normal within the context of orchestrated Docker containers. So long as the orchestration (docker compose files) secure traffic, I don't have anything to worry about.