Andreas
11/09/2021, 8:52 AM[DEPRECATED] Marcos Marx
Andreas
11/10/2021, 8:37 AMYouness El Idrissi
04/11/2024, 9:07 AMAndreas
04/11/2024, 9:56 AMYouness El Idrissi
04/11/2024, 6:06 PMrun-ab-platform.sh
On this one: https://docs.airbyte.com/operator-guides/configuring-airbyte-db , to connect to an external database, they explain we should modify the .env file
After some digging, I see some users talking about using this "maneuver" but encountering errors, this way I might change the env variables inside the .env file before launching the docker compose.
mkdir airbyte && cd airbyte
wget <https://raw.githubusercontent.com/airbytehq/airbyte-platform/main/{.env,flags.yml,docker-compose.yaml}>
docker compose up
How did you guys manage to do it, even if it's terraform the concept should be a reproducible.Andreas
04/11/2024, 7:28 PMYouness El Idrissi
04/12/2024, 7:29 AM