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

Add an nginx proxy as a third container or serve only with nginx to begin with #89

Closed bushwallyta271828 closed 7 months ago

bushwallyta271828 commented 7 months ago

Right now I'm going with npm start because it's easy to set up.

bushwallyta271828 commented 7 months ago

(Let's go with nginx in its own container, otherwise the codebase could get messy)

bushwallyta271828 commented 7 months ago

Okay, now that I have networking between the frontend and the backend set up, I'm 90% sure that I don't need nginx. Maybe it could improve performance by a little bit, but at this point I have more pressing concerns. Closing for now.