Issue with Docker Compose for Local Airbyte Installation

Summary

User is experiencing an indefinite hang during the ‘docker-compose up’ command while installing Airbyte locally on macOS. The process appears to be stuck with ongoing airbyte-temporal messages, raising concerns about potential issues.


Question

Hi all. I’m new to Airbyte. Trying to install Airbyte locally on my mac using docker. First, I installed docker desktop on my mac. Then, I followed the instructions here (https://airbytehq.github.io/deploying-airbyte/local-deployment), placing the first set of code in terminal.

git clone https://github.com/airbytehq/airbyte.git
cd airbyte
docker-compose up

the git clone goes fine, but then docker-compose up appears to never end. I keep seeing new airbyte-temporal messages being worked through. It’s been nearly an hour now. Does this mean there is something wrong?

Here is the last two messages:
airbyte-temporal | {“level”:“info”,“ts”:“2024-02-17T18:16:11.959Z”,“msg”:“none”,“service”:“matching”,“component”:“matching-engine”,“wf-task-queue-name”:“/_sys/CONNECTION_UPDATER/3”,“wf-task-queue-type”:“Workflow”,“wf-namespace”:“default”,“lifecycle”:“Stopped”,“logging-call-at”:“task_queue_manager.go:363”}
airbyte-temporal | {“level”:“info”,“ts”:“2024-02-17T18:16:31.574Z”,“msg”:“none”,“service”:“matching”,“component”:“matching-engine”,“wf-task-queue-name”:“/_sys/temporal-sys-processor-parent-close-policy/3”,“wf-task-queue-type”:“Workflow”,“wf-namespace”:“temporal-system”,“lifecycle”:“Stopped”,“logging-call-at”:“task_queue_manager.go:363”}



This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.

Join the conversation on Slack

['docker', 'docker-compose', 'local-installation', 'airbyte', 'mac']