nico
Explore posts from serversRRailway
•Created by nico on 11/1/2023 in #✋|help
Need help setting up private network w/ uvicorn and docker
I have a frontend that tries to fetch data from my backend, which is running in a docker container using uvicorn. I'm able to get everything functional if using an ipv4 address, but not if im using the private network.
My Dockerfile:
In my frontend code, i try to fetch from
backend.railway.internal/
213 replies