faros-ai / airbyte-local-cli

CLI for running Airbyte sources & destinations locally without Airbyte server
Apache License 2.0
31 stars 3 forks source link

Add option to use host network while running the destination #45

Closed ypc-faros closed 2 years ago

ypc-faros commented 2 years ago

Description

This is useful for instances where we want the destination to use the host network. For example, if we're running Faros Community Edition and our Hasura instance is at http://localhost:8080, we need the destination to use the same network as the host, otherwise Hasura will be unreachable from within the destination.

More details on the Docker flag here.

Type of change

Related issues

Fix [#1]()

Migration notes

Describe migration notes if any

Extra info

Add any additional information