Protofy-xyz / Protofy

AI Supercharged LowCode Platform CMS and Framework 🚀🚀
https://protofy.xyz/
MIT License
232 stars 49 forks source link

Docker setup not working correctly #80

Closed anortef closed 7 months ago

anortef commented 8 months ago

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:

  1. fresh clone of Protofy
  2. cd into docker folder, run ./start-dev and wait for it to finish
  3. visit localhost:8080 in a browser

Context (Environment)

gdomenech98 commented 7 months ago

Currently we've added support for docker and its currently working. See docs