-
Notifications
You must be signed in to change notification settings - Fork 10
Description
Attempting to install ShopInvader on MacOS High Sierra using docker and instructions from shopinvader-getting-started/README.md.
Per README.md, executed:
git clone https://github.com/shopinvader/shopinvader-getting-started
cd shopinvader-getting-started
docker-compose up -d
git clone https://github.com/shopinvader/shopinvader-template template
docker-compose run --service-port wagon
Results:
https://localhost:8069 (odoo backend) works correctly...
https://localhost:3000/locomotive/ (locomotive backend) works correctly …
https://localhost:3000 (locomotive frontend) FAILS with:
"Faraday::ConnectionFailed Connection refused - Connection refused - connect(2) for "elastic.localtest.me" port 3000 (elastic.localtest.me:3000) Extracted source (around line #623): 621 622 623 624 625 626 end rescue SystemCallError => e raise e.class, e.message + " (#{host}:#{port})" rescue SocketError => e raise e.class, e.message + " (#{host}:#{port})" end
Any suggestion for debugging this? I've tried Safari, Chrome, & FireFox browsers with same result.