kanton-bern / hellodata-be

The Open-Source Enterprise Data Platform in a single Portal
https://kanton-bern.github.io/hellodata-be
Other
188 stars 21 forks source link

Failed to start on MacOS with Docker Compose #31

Closed thebigleboo closed 7 months ago

thebigleboo commented 7 months ago

Hello,

I'm start the app on a MacOS M3 using Docker (docker-compose up -d), and I get the following error:

[+] Running 24/29
 ⠧ airflow-init Pulling                                                                                                                                                                                                                                                   36.6s
 ⠧ superset-worker-extra-data-domain Pulling                                                                                                                                                                                                                              36.6s
 ⠧ hello-data-superset-sidecar-extra-data-domain 7 layers [⠀⠀⠀⠀⠀⠀⠀]      0B/0B      Pulling                                                                                                                                                                               36.6s
 ⠧ hello-data-cloudbeaver-gateway 1 layers [⠀]      0B/0B      Pulling                                                                                                                                                                                                    36.6s
 ⠧ superset-app-default-data-domain 31 layers [⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀] 70.81kB/2.329MB Pulling                                                                                                                                                                   36.6s
 ⠧ nats-box 6 layers [⠀⠀⠀⠀⠀⠀]      0B/0B      Pulling                                                                                                                                                                                                                     36.6s
 ⠧ superset-init-extra-data-domain Pulling                                                                                                                                                                                                                                36.6s
 ⠧ airflow-scheduler 37 layers [⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀]      0B/0B      Pulling                                                                                                                                                                            36.6s
 ⠧ hello-data-dbt-docs 1 layers [⠀]      0B/0B      Pulling                                                                                                                                                                                                               36.6s
 ⠧ hello-data-portal-sidecar 1 layers [⠀]      0B/0B      Pulling                                                                                                                                                                                                         36.6s
 ✘ monitoring-sba Error                                                                                                                                                                                                                                                   36.6s
 ⠧ airflow-worker Pulling                                                                                                                                                                                                                                                 36.6s
 ⠧ superset-app-extra-data-domain Pulling                                                                                                                                                                                                                                 36.6s
 ⠧ nats 4 layers [⠀⠀⠀⠀]      0B/0B      Pulling                                                                                                                                                                                                                           36.6s
 ⠧ hello-data-airflow-sidecar 1 layers [⠀]      0B/0B      Pulling                                                                                                                                                                                                        36.6s
 ⠧ superset-init-default-data-domain Pulling                                                                                                                                                                                                                              36.6s
 ⠧ redis 7 layers [⠀⠀⠀⠀⠀⠀⠀]      0B/0B      Pulling                                                                                                                                                                                                                       36.6s
 ⠧ postgres 13 layers [⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀]      0B/0B      Pulling                                                                                                                                                                                                             36.6s
 ⠇ superset-worker-beat-default-data-domain Pulling                                                                                                                                                                                                                       36.6s
 ⠇ hello-data-sidecar-cloudbeaver 1 layers [⠀]      0B/0B      Pulling                                                                                                                                                                                                    36.6s
 ⠇ hello-data-superset-sidecar-default-data-domain Pulling                                                                                                                                                                                                                36.6s
 ⠇ superset-worker-beat-extra-data-domain Pulling                                                                                                                                                                                                                         36.6s
 ✘ airflow-triggerer Error                                                                                                                                                                                                                                                36.6s
 ⠇ superset-worker-default-data-domain Pulling                                                                                                                                                                                                                            36.6s
 ⠇ hello-data-dbt-docs-sidecar 1 layers [⠀]      0B/0B      Pulling                                                                                                                                                                                                       36.6s
 ⠇ airflow-webserver Pulling                                                                                                                                                                                                                                              36.6s
 ⠇ hello-data-portal-api 1 layers [⠀]      0B/0B      Pulling                                                                                                                                                                                                             36.6s
 ⠇ smtp4dev 6 layers [⠀⠀⠀⠀⠀⠀]      0B/0B      Pulling                                                                                                                                                                                                                     36.6s
 ⠧ flower Pulling                                                                                                                                                                                                                                                         36.6s
Error response from daemon: Get "https://registry-1.docker.io/v2/bedag/hello-data-monitoring-sba/manifests/sha256:ea944ba1af24cb36921c5529c1cbdbe42f37fec75c1416db3f9b0b37fc07c7c4": proxyconnect tcp: dial tcp 192.168.65.1:3128: i/o timeout

As requested, Docker Desktop is properly configured, and 127.0.0.1 host.docker.internal is added to /etc/hosts

Any idea to fix this?

nschmid commented 7 months ago

Looks like you can't pull an image from docker hub. Can you try to docker pull bedag/hello-data-monitoring-sba:latest

thebigleboo commented 7 months ago

worked