Issue with docker-compose up when installing Airbyte locally on Mac

Summary

Docker-compose up command appears to be stuck with continuous airbyte-temporal messages. User is concerned if there is an issue.


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

["install-airbyte", "docker", "mac", "docker-compose", "stuck", "airbyte-temporal"]

you need to run docker-compose up -d to start the container in detached mode

otherwise you’ll just be looking at the container logs