Hi! I deployed my react project on digital ocean (ubuntu). In development am making fetch request to my backend server that's also hosted on the digital ocean (same O.s with frontend App). I added proxy: ip:port in the package.json file. And that is...
I am wondering whether anyone could give a simple explanation about this question above. It looks to me they are just providing a simpler api and save some config job&time. Am I right? correct me if wrong. Thanks in advance.
I have a docker-compose with 2 images that I use for local development. Now I want to apply this setup to my production setup on DigitalOcean. How do I do this? I have tried to follow this https://docs.docker.com/machine/examples/ocean/#step-5-use-ma...