Docker – NGINX compose EC2 – Cannot reach backend from frontend
I have two different services: account-generator: FastAPI app money-tracker: split into a golang backend and a react frontend. Additionally I have a set up also an NGINX proxy in order to manage all the requests. My docker-compose.yml version: '3.9' services:…