You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This also wasn't working for me on macOS. Ran a docker-compose ps to see:
Name Command State Ports
--------------------------------------------------------------------------------
exchanges_dashboard_sc python3 Up
raper_1 scraper_root/scrap ...
metabase /app/run_metabase.sh Up 0.0.0.0:3000->3000/tcp
And was able to access Metabase using 0.0.0.0:3000, not localhost.
Is there anything special I need to do to get it working under MacOS?
I am starting It but the https://localhost:3000 is not opening anything ...?
`AirvonThomasexchanges_dashboard % docker-compose build
[+] Building 54.6s (16/16) FINISHED
=> [internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 32B 0.0s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> resolve image config for docker.io/docker/dockerfile:1 0.6s
=> CACHED docker-image://docker.io/docker/dockerfile:1@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 0.0s
=> [internal] load build definition from Dockerfile 0.0s
=> [internal] load .dockerignore 0.0s
=> [internal] load metadata for docker.io/library/python:3.8.7-alpine 0.5s
=> CACHED [1/7] FROM docker.io/library/python:3.8.7-alpine@sha256:4b710739b8088ba0e14751845bba81609c05628547bb941968a7928cb736 0.0s
=> [internal] load build context 0.0s
=> => transferring context: 867B 0.0s
=> [2/7] COPY scraper_root /scraper/scraper_root 0.0s
=> [3/7] RUN apk add --no-cache gcc musl-dev linux-headers libffi-dev g++ 4.2s
=> [4/7] RUN pip install --upgrade pip 2.3s
=> [5/7] RUN pip install -r /scraper/scraper_root/requirements.txt 45.8s
=> [6/7] COPY config.json /scraper 0.1s
=> [7/7] WORKDIR /scraper 0.0s
=> exporting to image 0.8s
=> => exporting layers 0.8s
=> => writing image sha256:536fafb9e63c3c7ee7f5be752a7608d36769cdc2430e5b4a78c3fa553cbfbbe5 0.0s
=> => naming to docker.io/library/exchanges_dashboard_scraper 0.0s
Use 'docker scan' to run Snyk tests against images to find vulnerabilities and learn how to fix them`
The text was updated successfully, but these errors were encountered: