Docker Express.js and Django
Budget: $10 – $30 USD
I have a container on express.js and another Django on the same network bridge. I can access thru localhost exposing 0.0.0.0:3000 and 0.0.0.0:8000 However, when I call Django api from express , it doesn’t work. I tried using container name . However it is giving me a host error on namespace. Can you help?