Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Webserver is not coming up on MacOS #3

Open
tkso1997 opened this issue Nov 15, 2021 · 3 comments
Open

Webserver is not coming up on MacOS #3

tkso1997 opened this issue Nov 15, 2021 · 3 comments

Comments

@tkso1997
Copy link

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`

@hawkeye-bot
Copy link
Collaborator

Does dockercompose start completely?

@hawkeye-bot
Copy link
Collaborator

@tkso1997 use docker-compose up --build

@gustavsl
Copy link

gustavsl commented Nov 29, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants