Rasmus Kornbek
05/09/2023, 12:41 PMkapa.ai
05/09/2023, 12:41 PMkapa.ai
05/09/2023, 12:42 PMlocalhost
or 127.0.0.1
directly. If you are running into connection refused errors when running Airbyte via Docker Compose on Mac, try using host.docker.internal
as the host. On Linux, you may have to modify docker-compose.yml
and add a host that maps to your local machine using [extra_hosts
](https://docs.docker.com/compose/compose-file/compose-file-v3/#extra_hosts) ([source](https://docs.airbyte.com/troubleshooting/new-connection)). In a [previous support conversation](https://airbytehq.slack.com/archives/C021JANJ6TY/p1664872186651399), a user was able to connect to a local SQL Server instance by using the appropriate hostname (e.g., localhost
or host.docker.internal
). Make sure to configure your Docker network and security settings accordingly to allow the Airbyte container to access the local database on the same network.Jason Reslock
05/09/2023, 1:05 PMRasmus Kornbek
05/09/2023, 1:42 PMJason Reslock
05/09/2023, 1:53 PM-d
it will only download the relevant files from github and not run docker compose. You should be able to then inspect and edit the docker-compose.yaml
in the same directory where the script has been run from. There is also a .env
file where you can set overrides and other options for docker compose.Omar Allouache
06/01/2023, 9:40 AMdocker-compose.yaml
and .env file
and trying to disable airbyte db to use my own postgres but it gives errors with temporal service. Could you help ? https://github.com/airbytehq/airbyte-platform/blob/d2d411facbf9c5fb7c5623c35fb1ee641865fced/docker-compose.yaml and https://github.com/airbytehq/airbyte-platform/blob/d2d411facbf9c5fb7c5623c35fb1ee641865fced/.env#L59Jason Reslock
06/01/2023, 11:27 AMdocker compose up
Chayakiran S
06/06/2024, 9:36 PM