Problemunvalidated
The resulting url is `http://backend:8000/api/verify`. — I have a FastAPI application that is behind a NextJS reverse proxy. Tension: I want it to be `http://localhost:3000/api/verify` (ie to have the actual hosted URL rather than the intra-docker-stack URL). Outcome: I'm then emailing a link from the FastAPI application.
8140e8f1-c957-4912-a35b-0f9bc384df6a
The resulting url is http://backend:8000/api/verify. — I have a FastAPI application that is behind a NextJS reverse proxy. Tension: I want it to be http://localhost:3000/api/verify (ie to have the actual hosted URL rather than the intra-docker-stack URL). Outcome: I'm then emailing a link from the FastAPI application.