many-manchester-64444
10/06/2021, 2:13 PMfuture-teacher-7046
http://
. Also, I'm not sure it will work to set it to 0.0.0.0 since that might break the CORS headersAPP_ORIGIN
and not API_ORIGIN
localhost:8000
and localhost:8001
respectively, you would set the following environment variables:
• APP_ORIGIN=http://localhost:8000
• API_HOST=http://localhost:8001
And you'll also need to update the port mapping in docker-compose.yml to be:
ports:
- "8000:3000"
- "8001:3100"
many-manchester-64444
10/06/2021, 2:37 PMfresh-football-47124