After running docker/start-dev I should be able to access localhost:8080/auth/login and in localhost:8080 I should see the site.
Current Behavior
When accessing said URLs all you get is an ECONNREFUSED error and if you run ngrep on the containers the proxy returns a 502 without even trying to reach the other containers.
Steps to Reproduce
Steps to reproduce the behavior:
fresh clone of Protofy
cd into docker folder, run ./start-dev and wait for it to finish
Expected Behavior
After running docker/start-dev I should be able to access localhost:8080/auth/login and in localhost:8080 I should see the site.
Current Behavior
When accessing said URLs all you get is an ECONNREFUSED error and if you run ngrep on the containers the proxy returns a 502 without even trying to reach the other containers.
Steps to Reproduce
Steps to reproduce the behavior:
Context (Environment)