Open kadeem-lewis opened 2 weeks ago
I am still trying to figure out what is needed for the setup but my current understanding of it right now is that, I am only allowing traffic to certain ports from my firewall which are http, https and ssh. The ports for my backend and frontend are 3000 and 3001 which would be blocked. I am also not currently exposing these ports in the dockerfile so that is also contributing to the app not working when deployed. I need to use a service like nginx to map incoming results to these ports to allow it to all work properly
I think in order to get my app properly working in the droplet, I will need to have some type of web server running to serve my files and handle data coming in and out